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

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

Issue 7630002: Fix regression where component extensions were being loaded for login profile (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added myself as OWNER 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
« no previous file with comments | « chrome/browser/profiles/OWNERS ('k') | chrome/browser/profiles/profile_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_manager.h
diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
index 6d0ce41b3084ffe4029281d2103ae33a0e846f38..ad3dc469f5232029b8b771393f9b57f8e9b91de7 100644
--- a/chrome/browser/profiles/profile_manager.h
+++ b/chrome/browser/profiles/profile_manager.h
@@ -215,6 +215,9 @@ class ProfileManager : public base::NonThreadSafe,
// Adds |profile| to the profile info cache if it's not already there.
void AddProfileToCache(Profile* profile);
+ // For ChromeOS, determines if profile should be otr.
+ bool ShouldGoOffTheRecord();
+
NotificationRegistrar registrar_;
// Indicates that a user has logged in and that the profile specified
« no previous file with comments | « chrome/browser/profiles/OWNERS ('k') | chrome/browser/profiles/profile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698