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

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

Issue 2383823002: With force signin enabled, the signin dialog will be displayed after profile creation instead of br… (Closed)
Patch Set: cr Created 4 years, 3 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_utils.h
diff --git a/chrome/browser/ui/webui/signin/signin_utils.h b/chrome/browser/ui/webui/signin/signin_utils.h
index dbe3ae668ab7f8f8f96e2df9a22b82b3e0b15aa8..fbb1da55c63edc7c3ac054f45399f6d203ef761d 100644
--- a/chrome/browser/ui/webui/signin/signin_utils.h
+++ b/chrome/browser/ui/webui/signin/signin_utils.h
@@ -37,6 +37,9 @@ Browser* GetDesktopBrowser(content::WebUI* web_ui);
void SetInitializedModalHeight(content::WebUI* web_ui,
const base::ListValue* args);
+// Return true if force signin is enabled by group policy.
+bool IsForceSigninEnabled();
+
} // namespace signin
#endif // CHROME_BROWSER_UI_WEBUI_SIGNIN_SIGNIN_UTILS_H_

Powered by Google App Engine
This is Rietveld 408576698