| Index: chrome/browser/extensions/extension_menu_manager.h
|
| diff --git a/chrome/browser/extensions/extension_menu_manager.h b/chrome/browser/extensions/extension_menu_manager.h
|
| index 01471c76852436eda8fdb64c7e1f9b0724aece8e..0472225ae58707961f222804a74624179a3309be 100644
|
| --- a/chrome/browser/extensions/extension_menu_manager.h
|
| +++ b/chrome/browser/extensions/extension_menu_manager.h
|
| @@ -193,10 +193,6 @@ class ExtensionMenuItem {
|
| // This class keeps track of menu items added by extensions.
|
| class ExtensionMenuManager : public NotificationObserver {
|
| public:
|
| - // A bitmask of values from URLPattern::SchemeMasks indicating the schemes
|
| - // of pages where we'll show extension menu items.
|
| - static const int kAllowedSchemes;
|
| -
|
| ExtensionMenuManager();
|
| virtual ~ExtensionMenuManager();
|
|
|
| @@ -253,10 +249,6 @@ class ExtensionMenuManager : public NotificationObserver {
|
| virtual void Observe(int type, const NotificationSource& source,
|
| const NotificationDetails& details);
|
|
|
| - // Returns true if |url| has an allowed scheme for extension context menu
|
| - // items. This checks against kAllowedSchemes.
|
| - static bool HasAllowedScheme(const GURL& url);
|
| -
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(ExtensionMenuManagerTest, DeleteParent);
|
| FRIEND_TEST_ALL_PREFIXES(ExtensionMenuManagerTest, RemoveOneByOne);
|
|
|