Chromium Code Reviews| 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 |