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

Unified Diff: extensions/browser/test_extension_registry_observer.cc

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/test_extension_registry_observer.h ('k') | extensions/browser/uninstall_reason.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/test_extension_registry_observer.cc
diff --git a/extensions/browser/test_extension_registry_observer.cc b/extensions/browser/test_extension_registry_observer.cc
index 9982f2d925bcf07a6f045028039226d8a69ef235..ff678c6c2e432761f89ef116812e055583777650 100644
--- a/extensions/browser/test_extension_registry_observer.cc
+++ b/extensions/browser/test_extension_registry_observer.cc
@@ -80,7 +80,8 @@ void TestExtensionRegistryObserver::OnExtensionWillBeInstalled(
void TestExtensionRegistryObserver::OnExtensionUninstalled(
content::BrowserContext* browser_context,
- const Extension* extension) {
+ const Extension* extension,
+ extensions::UninstallReason reason) {
if (extension->id() == extension_id_)
uninstalled_waiter_->OnObserved();
}
« no previous file with comments | « extensions/browser/test_extension_registry_observer.h ('k') | extensions/browser/uninstall_reason.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698