summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_prefs.h')
-rw-r--r--chrome/browser/extensions/extension_prefs.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
index e142fe1..c5735c4 100644
--- a/chrome/browser/extensions/extension_prefs.h
+++ b/chrome/browser/extensions/extension_prefs.h
@@ -279,21 +279,6 @@ class ExtensionPrefs : public extensions::ContentSettingsStore::Observer,
void SetRegisteredEvents(const std::string& extension_id,
const std::set<std::string>& events);
- // Adds a filter to an event.
- void AddFilterToEvent(const std::string& event_name,
- const std::string& extension_id,
- const DictionaryValue* filter);
-
- // Removes a filter from an event.
- void RemoveFilterFromEvent(const std::string& event_name,
- const std::string& extension_id,
- const DictionaryValue* filter);
-
- // Returns the dictionary of event filters that the given extension has
- // registered.
- const DictionaryValue* GetFilteredEvents(
- const std::string& extension_id) const;
-
// Controls the omnibox default suggestion as set by the extension.
extensions::ExtensionOmniboxSuggestion GetOmniboxDefaultSuggestion(
const std::string& extension_id);