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

Unified Diff: extensions/browser/extension_registry_observer.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: extensions/browser/extension_registry_observer.h
diff --git a/extensions/browser/extension_registry_observer.h b/extensions/browser/extension_registry_observer.h
index 2b984651e18314c47c4d22fca3008bcae820cf60..84eda52f17ee4f8fdd2d8c8c5f53a92fedec69d1 100644
--- a/extensions/browser/extension_registry_observer.h
+++ b/extensions/browser/extension_registry_observer.h
@@ -76,6 +76,9 @@ class ExtensionRegistryObserver {
// Notifies observers that the observed object is going away.
virtual void OnShutdown(ExtensionRegistry* registry) {}
+
+ protected:
+ ExtensionRegistryObserver() = default;
};
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698