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

Unified Diff: chrome/common/json_pref_store.h

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/browser/importer/importer.cc ('k') | chrome/common/json_pref_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/json_pref_store.h
diff --git a/chrome/common/json_pref_store.h b/chrome/common/json_pref_store.h
index 44f5c8cfc509b6e9b1621a0f1dbb172a29022bc0..0512307b1e40fdf605b9e2df4e9554ec6479c312 100644
--- a/chrome/common/json_pref_store.h
+++ b/chrome/common/json_pref_store.h
@@ -29,9 +29,9 @@ class JsonPrefStore : public PrefStore,
virtual ~JsonPrefStore();
// PrefStore methods:
- virtual bool ReadOnly() const { return read_only_; }
+ virtual bool ReadOnly() const;
- virtual DictionaryValue* prefs() const { return prefs_.get(); }
+ virtual DictionaryValue* prefs() const;
virtual PrefReadError ReadPrefs();
« no previous file with comments | « chrome/browser/importer/importer.cc ('k') | chrome/common/json_pref_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698