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

Unified Diff: extensions/browser/state_store.h

Issue 398083002: Add "UninstallReason" parameter to ExtensionRegistryObserver::OnExtensionUninstalled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix header file. Created 6 years, 5 months 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
« no previous file with comments | « extensions/browser/extension_registry_unittest.cc ('k') | extensions/browser/state_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/state_store.h
diff --git a/extensions/browser/state_store.h b/extensions/browser/state_store.h
index 3c052fac281f54bf5f0674a289079efc18682346..5f2b0dca1b2b386540b4e66592e4dc8da85b43d6 100644
--- a/extensions/browser/state_store.h
+++ b/extensions/browser/state_store.h
@@ -76,8 +76,10 @@ class StateStore : public base::SupportsWeakPtr<StateStore>,
void RemoveKeysForExtension(const std::string& extension_id);
// ExtensionRegistryObserver implementation.
- virtual void OnExtensionUninstalled(content::BrowserContext* browser_context,
- const Extension* extension) OVERRIDE;
+ virtual void OnExtensionUninstalled(
+ content::BrowserContext* browser_context,
+ const Extension* extension,
+ extensions::UninstallReason reason) OVERRIDE;
virtual void OnExtensionWillBeInstalled(
content::BrowserContext* browser_context,
const Extension* extension,
« no previous file with comments | « extensions/browser/extension_registry_unittest.cc ('k') | extensions/browser/state_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698