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

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: add browser test 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..cfacbd6877b19278fad9858292fb7239efdd0083 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -413,6 +413,8 @@ extern const char kExtensionResourceScheme[];
extern const char kChromeSearchScheme[];
+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