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

Unified Diff: content/public/browser/browser_plugin_guest_delegate.cc

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/browser_plugin_guest_delegate.cc
diff --git a/content/public/browser/browser_plugin_guest_delegate.cc b/content/public/browser/browser_plugin_guest_delegate.cc
index bfa19e4c074177f955f959c52d2abd773bc44ae9..2d2b5370930f2a01bef1c6bfaf6ae29c802f6bae 100644
--- a/content/public/browser/browser_plugin_guest_delegate.cc
+++ b/content/public/browser/browser_plugin_guest_delegate.cc
@@ -6,6 +6,8 @@
namespace content {
+BrowserPluginGuestDelegate::BrowserPluginGuestDelegate() = default;
+
bool BrowserPluginGuestDelegate::CanRunInDetachedState() const {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698