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

Unified Diff: chrome/browser/extensions/component_loader.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
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/extensions/component_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/component_loader.h
diff --git a/chrome/browser/extensions/component_loader.h b/chrome/browser/extensions/component_loader.h
index 77d5c1740b0a4c2a5f36cfd60a6a08d20743d558..e3f9caa1e99e2a292b234665c8d34f1bdc9a5008 100644
--- a/chrome/browser/extensions/component_loader.h
+++ b/chrome/browser/extensions/component_loader.h
@@ -84,13 +84,6 @@ class ComponentLoader {
// Reloads a registered component extension.
void Reload(const std::string& extension_id);
- // Adds the "Script Bubble" component extension, which puts an icon in the
- // omnibox indiciating the number of extensions running script in a tab.
- void AddScriptBubble();
-
- // Returns the extension previously added by AddScriptBubble(), if any.
- const Extension* GetScriptBubble() const;
-
private:
// Information about a registered component extension.
struct ComponentExtensionInfo {
@@ -136,8 +129,6 @@ class ComponentLoader {
PrefChangeRegistrar pref_change_registrar_;
- std::string script_bubble_id_;
-
DISALLOW_COPY_AND_ASSIGN(ComponentLoader);
};
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/extensions/component_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698