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

Unified Diff: chrome/browser/profiles/profile.h

Issue 7748038: Remove BrowserSignin, as it's not used anywhere. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index a5ba58d20601c77b044075a3dc6687282c7c0d0d..357e5cadc24af5de19039b419ebe81641c9842e0 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -54,7 +54,6 @@ class SpeechRecognizer;
class AutocompleteClassifier;
class BookmarkModel;
-class BrowserSignin;
class ChromeAppCacheService;
class ChromeURLDataManager;
class Extension;
@@ -358,9 +357,6 @@ class Profile : public content::BrowserContext {
// by the profile.
virtual fileapi::FileSystemContext* GetFileSystemContext() = 0;
- // Returns the BrowserSignin object assigned to this profile.
- virtual BrowserSignin* GetBrowserSignin() = 0;
-
// Returns the request context used for extension-related requests. This
// is only used for a separate cookie store currently.
virtual net::URLRequestContextGetter* GetRequestContextForExtensions() = 0;
« no previous file with comments | « chrome/browser/extensions/extension_webstore_private_browsertest.cc ('k') | chrome/browser/profiles/profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698