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

Unified Diff: chrome/common/pref_store_base.cc

Issue 5574006: Start deinlining non-empty virtual methods. (This will be automatically checked (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove virtual from VideoFrame::type() Created 10 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
« no previous file with comments | « chrome/common/pref_store_base.h ('k') | chrome/service/net/service_url_request_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_store_base.cc
diff --git a/chrome/common/pref_store_base.cc b/chrome/common/pref_store_base.cc
index 07f79ff1e43d4b79cf435c1d918bde124cb55d4a..7f84ede0e763d86a2f322754fc76602286f216cf 100644
--- a/chrome/common/pref_store_base.cc
+++ b/chrome/common/pref_store_base.cc
@@ -4,6 +4,10 @@
#include "chrome/common/pref_store_base.h"
+PrefStoreBase::PrefStoreBase() {}
+
+PrefStoreBase::~PrefStoreBase() {}
+
void PrefStoreBase::AddObserver(PrefStore::ObserverInterface* observer) {
observers_.AddObserver(observer);
}
« no previous file with comments | « chrome/common/pref_store_base.h ('k') | chrome/service/net/service_url_request_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698