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); |