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

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, 7 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 d9fbf993184cd96fb14fdce1f866108cc208670d..038e2a7753fce8fdc5fda397742b1bc241402669 100644
--- a/chrome/browser/extensions/extension_prefs.h
+++ b/chrome/browser/extensions/extension_prefs.h
@@ -149,11 +149,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;
@@ -213,11 +208,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);
« no previous file with comments | « chrome/browser/extensions/extension_context_menu_model.cc ('k') | chrome/browser/extensions/extension_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698