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

Unified Diff: chrome/common/url_constants.h

Issue 12374007: signin: force web signin flow initiated visits to accounts.google.com to their own process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 7 years, 10 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/common/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 4441e2a986814cac7c0742047f27a7188f3b9051..384500f85ba1730a19ca7608ca59e2f481e11f11 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -413,6 +413,13 @@ extern const char kExtensionResourceScheme[];
extern const char kChromeSearchScheme[];
+// This is used to distinguish URLs belonging to the special web signin flow
+// running in the special signin process from other URLs on the same domain.
+// We do not grant WebUI privilieges / bindings to this process or to URLs of
+// this scheme; enforcement of privileges is handled separately by
+// OneClickSigninHelper.
+extern const char kChromeSigninScheme[];
+
#if defined(OS_CHROMEOS)
extern const char kCrosScheme[];
extern const char kDriveScheme[];

Powered by Google App Engine
This is Rietveld 408576698