Chromium Code Reviews| Index: chrome/browser/signin/signin_header_helper.cc |
| diff --git a/chrome/browser/signin/signin_header_helper.cc b/chrome/browser/signin/signin_header_helper.cc |
| index 03872021ed57cb923a3951d244d816fedcc58a4e..83e502b89e1ba222668f3804c4ae0aef01f26c10 100644 |
| --- a/chrome/browser/signin/signin_header_helper.cc |
| +++ b/chrome/browser/signin/signin_header_helper.cc |
| @@ -250,7 +250,7 @@ bool AppendMirrorRequestHeaderIfPossible( |
| // embedded in a webui page, otherwise user may end up with a blank page as |
| // gaia uses the header to decide whether it returns 204 for certain end |
| // points. |
| - if (is_guest && webview_info.owner_extension_id.empty()) |
| + if (is_guest && webview_info.owner_host.empty()) |
|
Fady Samuel
2015/04/23 03:44:52
Note to self: Replace owner_host with is_owned_by_
Fady Samuel
2015/04/24 00:11:31
Doesn't look like this is possible because it is u
|
| return false; |
| #endif // !OS_ANDROID && !OS_IOS |