Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5909)

Unified Diff: chrome/browser/extensions/extension_prefs.h

Issue 14699002: Move BrowserAction references from ExtensionPrefs to ExtensionActionAPI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/extension_prefs.h
diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
index aabb1fdd0da3d29739fb8e9022ce570e6c83834a..ca80dd0a355dcbf1a880335972585e602b4eb691 100644
--- a/chrome/browser/extensions/extension_prefs.h
+++ b/chrome/browser/extensions/extension_prefs.h
@@ -150,11 +150,6 @@ class ExtensionPrefs : public ContentSettingsStore::Observer,
// access to the extension ID list before the ExtensionService is initialized.
static ExtensionIdList GetExtensionsFrom(const PrefService* pref_service);
- // Returns a copy of the Extensions prefs.
- // TODO(erikkay) Remove this so that external consumers don't need to be
- // aware of the internal structure of the preferences.
- base::DictionaryValue* CopyCurrentExtensions();
-
// Returns true if the specified external extension was uninstalled by the
// user.
bool IsExternalExtensionUninstalled(const std::string& id) const;
@@ -214,11 +209,6 @@ class ExtensionPrefs : public ContentSettingsStore::Observer,
const std::string& pref_key,
const base::DictionaryValue** out_value) const OVERRIDE;
- // Getter and setter for browser action visibility.
- bool GetBrowserActionVisibility(const Extension* extension);
- void SetBrowserActionVisibility(const Extension* extension,
- bool visible);
-
// Did the extension ask to escalate its permission during an upgrade?
bool DidExtensionEscalatePermissions(const std::string& id);

Powered by Google App Engine
This is Rietveld 408576698