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

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: 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..a06a1183f9d5634b273b81cf3f7e0eb1524102b3 100644
--- a/chrome/browser/extensions/extension_prefs.h
+++ b/chrome/browser/extensions/extension_prefs.h
@@ -421,14 +421,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);

Powered by Google App Engine
This is Rietveld 408576698