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

Unified Diff: chrome/browser/pepper_flash_settings_manager.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: chrome/browser/pepper_flash_settings_manager.h
diff --git a/chrome/browser/pepper_flash_settings_manager.h b/chrome/browser/pepper_flash_settings_manager.h
index ee92fc588d2035d65e7ba5b4b5fcbe0b3a76fe07..35364772dbf7c0f9590a0f5eb51ba6b2c6cc0f57 100644
--- a/chrome/browser/pepper_flash_settings_manager.h
+++ b/chrome/browser/pepper_flash_settings_manager.h
@@ -50,6 +50,9 @@ class PepperFlashSettingsManager {
const std::vector<std::string>& sites) {}
virtual void OnClearSiteDataCompleted(uint32 request_id, bool success) {}
+
+ protected:
+ Client() = default;
};
// |client| must outlive this object. It is guaranteed that |client| won't

Powered by Google App Engine
This is Rietveld 408576698