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

Unified Diff: chrome/browser/ui/webui/signin/signin_create_profile_handler.h

Issue 2928823003: Make it possible to build without enable_supervised_users.
Patch Set: Does it still compile with the feature enabled? Created 3 years, 6 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/ui/webui/signin/signin_create_profile_handler.h
diff --git a/chrome/browser/ui/webui/signin/signin_create_profile_handler.h b/chrome/browser/ui/webui/signin/signin_create_profile_handler.h
index 87bf6e44a840cc9e87264306c6496050a5ed9ab9..4d90ef52ecdb14e2a9eef888f05d9d7933667610 100644
--- a/chrome/browser/ui/webui/signin/signin_create_profile_handler.h
+++ b/chrome/browser/ui/webui/signin/signin_create_profile_handler.h
@@ -45,6 +45,8 @@ class SigninCreateProfileHandler : public content::WebUIMessageHandler,
ReturnSignedInProfiles);
FRIEND_TEST_ALL_PREFIXES(SigninCreateProfileHandlerTest,
CreateProfile);
+ FRIEND_TEST_ALL_PREFIXES(SigninCreateProfileHandlerTest,
+ CreateProfileWithForceSignin);
#if BUILDFLAG(ENABLE_SUPERVISED_USERS)
FRIEND_TEST_ALL_PREFIXES(SigninCreateProfileHandlerTest,
CreateSupervisedUser);
@@ -58,8 +60,6 @@ class SigninCreateProfileHandler : public content::WebUIMessageHandler,
CustodianHasAuthError);
FRIEND_TEST_ALL_PREFIXES(SigninCreateProfileHandlerTest,
NotAllowedToCreateSupervisedUser);
- FRIEND_TEST_ALL_PREFIXES(SigninCreateProfileHandlerTest,
- CreateProfileWithForceSignin);
#endif
// WebUIMessageHandler implementation.
« no previous file with comments | « chrome/browser/ui/webui/interstitials/interstitial_ui.cc ('k') | chrome/browser/ui/webui/supervised_user_internals_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698