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

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

Issue 11308302: Delete the old extension-based script bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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
===================================================================
--- chrome/browser/extensions/component_loader.h (revision 170599)
+++ chrome/browser/extensions/component_loader.h (working copy)
@@ -84,13 +84,6 @@
// 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 @@
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