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

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

Issue 14858037: Move [Get|Set]WebStoreLogin methods from ExtensionPrefs to WebstorePrivateAPI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for CQ 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 d9fa3dec6e3a68087fae478a4bf0a7ad13f5ad94..fda7e4729eff667818106bdb77505e2764ed8e60 100644
--- a/chrome/browser/extensions/extension_prefs.h
+++ b/chrome/browser/extensions/extension_prefs.h
@@ -417,14 +417,6 @@ class ExtensionPrefs : public ContentSettingsStore::Observer,
// information.
scoped_ptr<ExtensionsInfo> GetAllDelayedInstallInfo() const;
- // We allow the web store to set a string containing login information when a
- // purchase is made, so that when a user logs into sync with a different
- // account we can recognize the situation. The Get function returns true if
- // there was previously stored data (placing it in |result|), or false
- // otherwise. The Set will overwrite any previous login.
- bool GetWebStoreLogin(std::string* result);
- void SetWebStoreLogin(const std::string& login);
-
// Returns true if the user repositioned the app on the app launcher via drag
// and drop.
bool WasAppDraggedByUser(const std::string& extension_id);
« no previous file with comments | « chrome/browser/extensions/api/webstore_private/webstore_private_api.cc ('k') | chrome/browser/extensions/extension_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698