| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 88720ed80086fb530d9f11fe80b1bcdae0932606..6fdd4318560f292d6547778662c8e11719312c88 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -298,9 +298,6 @@ class Profile : public content::BrowserContext {
|
|
|
| // Initializes Chrome OS's preferences.
|
| virtual void InitChromeOSPreferences() = 0;
|
| -
|
| - // True if the profile is for login session.
|
| - virtual bool IsLoginProfile() = 0;
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| // Returns the helper object that provides the proxy configuration service
|
|
|