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

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: 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 68870da40eca396e0bd6459c3f1293bf1a0507dd..9f6f2945f7830f393c0ae8658dc9897fcd319be7 100644
--- a/chrome/browser/extensions/extension_prefs.h
+++ b/chrome/browser/extensions/extension_prefs.h
@@ -437,13 +437,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.

Powered by Google App Engine
This is Rietveld 408576698