Index: chrome/browser/net/chrome_url_request_context.h |
diff --git a/chrome/browser/net/chrome_url_request_context.h b/chrome/browser/net/chrome_url_request_context.h |
index 97997e3c83898b20f8ec843da6e0492a998180ab..fb69ee8929f9e6e4ef2683555f4df8a8253deb98 100644 |
--- a/chrome/browser/net/chrome_url_request_context.h |
+++ b/chrome/browser/net/chrome_url_request_context.h |
@@ -151,9 +151,7 @@ class ChromeURLRequestContext : public URLRequestContext { |
// Returns true if this context is an external request context, like |
// ChromeFrame. |
- virtual bool IsExternal() const { |
- return false; |
- } |
+ virtual bool IsExternal() const; |
protected: |
// Copies the dependencies from |other| into |this|. If you use this |