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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
index 6977fb4..38b8402 100644
--- a/chrome/browser/extensions/extension_prefs.h
+++ b/chrome/browser/extensions/extension_prefs.h
@@ -142,12 +142,6 @@ class ExtensionPrefs {
// Returns the extension id's that have idle install information.
std::set<std::string> GetIdleInstallInfoIds();
- // Returns whether app toolbars are visible for the specified extension.
- bool AreAppTabToolbarsVisible(const std::string& extension_id);
-
- // Set whether app toolbars are visible for the specified extension.
- void SetAppTabToolbarVisibility(const std::string& extension_id, bool value);
-
static void RegisterUserPrefs(PrefService* prefs);
// The underlying PrefService.