diff options
Diffstat (limited to 'chrome/browser/extensions/extension_menu_manager.h')
-rw-r--r-- | chrome/browser/extensions/extension_menu_manager.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/extensions/extension_menu_manager.h b/chrome/browser/extensions/extension_menu_manager.h index 01471c7..0472225 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); |