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

Unified Diff: chrome/common/chrome_content_client.cc

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: comment 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/chrome_content_client.cc
diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
index 1c09e507f9ffd98932e33c92a07b9c31e6899f3a..342232e6ad4e0355ef5c0c00581d2828e2277617 100644
--- a/chrome/common/chrome_content_client.cc
+++ b/chrome/common/chrome_content_client.cc
@@ -382,6 +382,7 @@ void ChromeContentClient::AddAdditionalSchemes(
standard_schemes->push_back(kExtensionResourceScheme);
savable_schemes->push_back(kExtensionResourceScheme);
standard_schemes->push_back(chrome::kChromeSearchScheme);
+ standard_schemes->push_back(chrome::kChromeSigninScheme);
Charlie Reis 2013/02/28 19:19:46 Hmm, what's the difference between standard_scheme
tim (not reviewing) 2013/03/01 01:53:57 I'm not sure, but I still only see search in the '
Charlie Reis 2013/03/04 19:22:24 Their CL hasn't landed yet. It looks like this ga
#if defined(OS_CHROMEOS)
standard_schemes->push_back(kCrosScheme);
#endif

Powered by Google App Engine
This is Rietveld 408576698