Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: chrome/browser/extensions/extension_storage_monitor.h

Issue 1497193002: Remove all the ephemeral apps code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tests Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/extension_storage_monitor.h
diff --git a/chrome/browser/extensions/extension_storage_monitor.h b/chrome/browser/extensions/extension_storage_monitor.h
index d739851fca6d05a9de405735075dcc41f3c348ef..df3b8ef18e372c59fe60a983a70d704d2cba32ae 100644
--- a/chrome/browser/extensions/extension_storage_monitor.h
+++ b/chrome/browser/extensions/extension_storage_monitor.h
@@ -65,7 +65,6 @@ class ExtensionStorageMonitor : public KeyedService,
void OnExtensionWillBeInstalled(content::BrowserContext* browser_context,
const Extension* extension,
bool is_update,
- bool from_ephemeral,
const std::string& old_name) override;
void OnExtensionUninstalled(content::BrowserContext* browser_context,
const Extension* extension,
@@ -118,10 +117,8 @@ class ExtensionStorageMonitor : public KeyedService,
bool enable_for_all_extensions_;
// The first notification is shown after the initial threshold is exceeded.
- // Ephemeral apps have a lower threshold than fully installed extensions.
// A lower threshold is set by tests.
int64 initial_extension_threshold_;
- int64 initial_ephemeral_threshold_;
// The rate at which we would like to receive storage updates
// from QuotaManager. Overridden in tests.

Powered by Google App Engine
This is Rietveld 408576698