Index: chrome/browser/extensions/script_bubble_controller.h |
diff --git a/chrome/browser/extensions/script_bubble_controller.h b/chrome/browser/extensions/script_bubble_controller.h |
index aeb47cb8de485841518bca43ab09c769eac7c779..7c5c2968d2432fd0496a3c2f78b783541de20888 100644 |
--- a/chrome/browser/extensions/script_bubble_controller.h |
+++ b/chrome/browser/extensions/script_bubble_controller.h |
@@ -43,6 +43,8 @@ class ScriptBubbleController |
const content::LoadCommittedDetails& details, |
const content::FrameNavigateParams& params) OVERRIDE; |
+ void OnExtensionUnloaded(const std::string& extension_id); |
+ |
private: |
// Helper to get the profile of the web contents we're associated with. |
Profile* profile() const; |