chore: remove unused enum (#18848)
This commit is contained in:
parent
d5811607eb
commit
b98c1d0472
1 changed files with 0 additions and 5 deletions
|
@ -40,11 +40,6 @@ namespace api {
|
||||||
class Session : public mate::TrackableObject<Session>,
|
class Session : public mate::TrackableObject<Session>,
|
||||||
public content::DownloadManager::Observer {
|
public content::DownloadManager::Observer {
|
||||||
public:
|
public:
|
||||||
enum class CacheAction {
|
|
||||||
CLEAR,
|
|
||||||
STATS,
|
|
||||||
};
|
|
||||||
|
|
||||||
// Gets or creates Session from the |browser_context|.
|
// Gets or creates Session from the |browser_context|.
|
||||||
static mate::Handle<Session> CreateFrom(v8::Isolate* isolate,
|
static mate::Handle<Session> CreateFrom(v8::Isolate* isolate,
|
||||||
AtomBrowserContext* browser_context);
|
AtomBrowserContext* browser_context);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue