| Index: chrome/browser/net/chrome_url_request_context.cc
|
| diff --git a/chrome/browser/net/chrome_url_request_context.cc b/chrome/browser/net/chrome_url_request_context.cc
|
| index f14958f19582d764d7bd13252d156b096d672f39..11a87960b1742cbfa18c4d3875d8cb3b554caeb8 100644
|
| --- a/chrome/browser/net/chrome_url_request_context.cc
|
| +++ b/chrome/browser/net/chrome_url_request_context.cc
|
| @@ -891,6 +891,10 @@ void ChromeURLRequestContext::OnUnloadedExtension(const std::string& id) {
|
| }
|
| }
|
|
|
| +bool ChromeURLRequestContext::IsExternal() const {
|
| + return false;
|
| +}
|
| +
|
| ChromeURLRequestContext::ChromeURLRequestContext(
|
| ChromeURLRequestContext* other) {
|
| CheckCurrentlyOnIOThread();
|
|
|