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

Unified Diff: chrome/browser/sync/glue/data_type_manager_impl.h

Issue 5841002: Finish deinlining virtual methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert parts of the balloon modifications 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
Index: chrome/browser/sync/glue/data_type_manager_impl.h
diff --git a/chrome/browser/sync/glue/data_type_manager_impl.h b/chrome/browser/sync/glue/data_type_manager_impl.h
index a7353948b2ae28e9f3748edc90f3359f0a939b4c..93d000a13a0f786c4bd66632c5b356446e046f36 100644
--- a/chrome/browser/sync/glue/data_type_manager_impl.h
+++ b/chrome/browser/sync/glue/data_type_manager_impl.h
@@ -37,13 +37,9 @@ class DataTypeManagerImpl : public DataTypeManager,
virtual void Stop();
- virtual const DataTypeController::TypeMap& controllers() {
- return controllers_;
- };
+ virtual const DataTypeController::TypeMap& controllers();
- virtual State state() {
- return state_;
- }
+ virtual State state();
// NotificationObserver implementation.
virtual void Observe(NotificationType type,

Powered by Google App Engine
This is Rietveld 408576698