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

Unified Diff: chrome/browser/net/chrome_url_request_context.h

Issue 3461019: FBTF: Move virtual methods to implementation files. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Win+chromeos+mac fixes Created 10 years, 3 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/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

Powered by Google App Engine
This is Rietveld 408576698