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

Unified Diff: content/browser/frame_host/navigator_delegate.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/browser/frame_host/navigator_delegate.h
diff --git a/content/browser/frame_host/navigator_delegate.h b/content/browser/frame_host/navigator_delegate.h
index 79fb7966936040bd680bc2d6d4a3789f0fa135e5..bbf7ac5b84fc64b74d2dafba0e1a38e13c9b8b72 100644
--- a/content/browser/frame_host/navigator_delegate.h
+++ b/content/browser/frame_host/navigator_delegate.h
@@ -125,6 +125,9 @@ class CONTENT_EXPORT NavigatorDelegate {
// The load progress was changed.
virtual void DidChangeLoadProgress() {}
+
+ protected:
+ NavigatorDelegate() = default;
};
} // namspace content

Powered by Google App Engine
This is Rietveld 408576698