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

Unified Diff: chrome/browser/chromeos/profiles/profile_helper.h

Issue 374853002: Providing more information on why certain users can't be added to multi-profile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added tests. Created 6 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/chromeos/profiles/profile_helper.h
diff --git a/chrome/browser/chromeos/profiles/profile_helper.h b/chrome/browser/chromeos/profiles/profile_helper.h
index fa541bbe4f143ff87869af07977e05c458156001..5d3a8dd790a96524034b9a6411579a3380a8f418 100644
--- a/chrome/browser/chromeos/profiles/profile_helper.h
+++ b/chrome/browser/chromeos/profiles/profile_helper.h
@@ -17,6 +17,7 @@
class Profile;
class User;
+class SessionStateDelegateChromeOSTest;
namespace base {
class FilePath;
@@ -119,6 +120,7 @@ class ProfileHelper : public BrowsingDataRemover::Observer,
friend class ParallelAuthenticatorTest;
friend class ProfileHelperTest;
friend class ProfileListChromeOSTest;
+ friend class ::SessionStateDelegateChromeOSTest;
James Cook 2014/08/12 20:08:30 Put this in namespace chromeos like ProfileListChr
Roman Sorokin (ftl) 2014/08/13 09:11:52 Done.
// BrowsingDataRemover::Observer implementation:
virtual void OnBrowsingDataRemoverDone() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698