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

Unified Diff: content/public/browser/content_browser_client.h

Issue 1499793003: Fix classes that have too many virtuals for inline constructors. Base URL: https://chromium.googlesource.com/chromium/src.git@enable-virtuals-as-complexity
Patch Set: Finish fixing the codebase that's accessible from Linux. Created 5 years 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: content/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index 0f80710c76196cef5af3d719f6c9109237e8c991..94a79ef9626505182ae5f4bfc2d8594f4f8867da 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -143,6 +143,7 @@ typedef ScopedVector<net::URLRequestInterceptor>
// the observer interfaces.)
class CONTENT_EXPORT ContentBrowserClient {
public:
+ ContentBrowserClient();
virtual ~ContentBrowserClient() {}
// Allows the embedder to set any number of custom BrowserMainParts

Powered by Google App Engine
This is Rietveld 408576698