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

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

Issue 11411308: Enable script bubble by default on all but mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Everything passes Created 8 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/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;
« no previous file with comments | « chrome/browser/extensions/script_badge_controller_unittest.cc ('k') | chrome/browser/extensions/script_bubble_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698