Index: chrome/common/extensions/extension.h |
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h |
index bc745cebfd07cc58fee0e236c66f2e36b07733bb..6fd87bf159b4b6d141e419403b02925249b0ada0 100644 |
--- a/chrome/common/extensions/extension.h |
+++ b/chrome/common/extensions/extension.h |
@@ -772,7 +772,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> { |
bool LoadContentScripts(string16* error); |
bool LoadPageAction(string16* error); |
bool LoadBrowserAction(string16* error); |
- void GenerateBrowserActionIfPossible(); |
bool LoadFileBrowserHandlers(string16* error); |
// Helper method to load a FileBrowserHandlerList from the manifest. |
FileBrowserHandlerList* LoadFileBrowserHandlersHelper( |