summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/error_console/error_console.h
diff options
context:
space:
mode:
authorDHNishi@gmail.com <DHNishi@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-18 20:05:36 +0000
committerDHNishi@gmail.com <DHNishi@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-18 20:05:36 +0000
commite51232f33e8da9f28597e6a3be5a9263b520a29c (patch)
tree7ae7741284f9e12643555e49ebf300400f4b44f2 /chrome/browser/extensions/error_console/error_console.h
parentdbc165c3cc074c0f05e6789afa3f66632da045c4 (diff)
downloadchromium_src-e51232f33e8da9f28597e6a3be5a9263b520a29c.zip
chromium_src-e51232f33e8da9f28597e6a3be5a9263b520a29c.tar.gz
chromium_src-e51232f33e8da9f28597e6a3be5a9263b520a29c.tar.bz2
Pass Reason as a parameter with OnExtensionUnloaded.
BUG=354046 Review URL: https://codereview.chromium.org/222903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/error_console/error_console.h')
-rw-r--r--chrome/browser/extensions/error_console/error_console.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/extensions/error_console/error_console.h b/chrome/browser/extensions/error_console/error_console.h
index dacea85..3176ce9 100644
--- a/chrome/browser/extensions/error_console/error_console.h
+++ b/chrome/browser/extensions/error_console/error_console.h
@@ -131,7 +131,9 @@ class ErrorConsole : public content::NotificationObserver,
// ExtensionRegistry implementation. If the Apps Developer Tools app is
// installed or uninstalled, we may need to turn the ErrorConsole on/off.
virtual void OnExtensionUnloaded(content::BrowserContext* browser_context,
- const Extension* extension) OVERRIDE;
+ const Extension* extension,
+ UnloadedExtensionInfo::Reason reason)
+ OVERRIDE;
virtual void OnExtensionLoaded(content::BrowserContext* browser_context,
const Extension* extension) OVERRIDE;