chore: remove unused enum (#18848)

This commit is contained in:
Shelley Vohr 2019-06-18 11:27:49 -07:00 committed by Samuel Attard
parent d5811607eb
commit b98c1d0472

View file

@ -40,11 +40,6 @@ namespace api {
class Session : public mate::TrackableObject<Session>,
public content::DownloadManager::Observer {
public:
enum class CacheAction {
CLEAR,
STATS,
};
// Gets or creates Session from the |browser_context|.
static mate::Handle<Session> CreateFrom(v8::Isolate* isolate,
AtomBrowserContext* browser_context);