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

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

Issue 15051010: Move [Get|Set]UpdateURLData from ExtensionPrefs to ExtensionAPI (aka Module) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Android Gypi 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
« no previous file with comments | « chrome/browser/extensions/api/module/module.cc ('k') | chrome/browser/extensions/extension_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_prefs.h
diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
index 1a7015854bab94a18231cef4e5e4cbca38ecb585..d9fa3dec6e3a68087fae478a4bf0a7ad13f5ad94 100644
--- a/chrome/browser/extensions/extension_prefs.h
+++ b/chrome/browser/extensions/extension_prefs.h
@@ -433,13 +433,6 @@ class ExtensionPrefs : public ContentSettingsStore::Observer,
// launcher by drag and dropping it.
void SetAppDraggedByUser(const std::string& extension_id);
- // The extension's update URL data. If not empty, the ExtensionUpdater
- // will append a ap= parameter to the URL when checking if a new version
- // of the extension is available.
- void SetUpdateUrlData(const std::string& extension_id,
- const std::string& data);
- std::string GetUpdateUrlData(const std::string& extension_id);
-
// Sets a preference value that is controlled by the extension. In other
// words, this is not a pref value *about* the extension but something
// global the extension wants to override.
« no previous file with comments | « chrome/browser/extensions/api/module/module.cc ('k') | chrome/browser/extensions/extension_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698