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

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

Issue 8274020: Revert 105404 - [Sync] Refactor non-frontend DTC to handle new API properly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 months 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/search_engine_data_type_controller.h
===================================================================
--- chrome/browser/sync/glue/search_engine_data_type_controller.h (revision 105407)
+++ chrome/browser/sync/glue/search_engine_data_type_controller.h (working copy)
@@ -9,7 +9,6 @@
#include <string>
#include "base/compiler_specific.h"
-#include "chrome/browser/sync/glue/generic_change_processor.h"
#include "chrome/browser/sync/glue/frontend_data_type_controller.h"
#include "content/common/notification_observer.h"
#include "content/common/notification_registrar.h"
@@ -33,9 +32,6 @@
const NotificationSource& source,
const NotificationDetails& details) OVERRIDE;
- protected:
- virtual GenericChangeProcessor* change_processor() const OVERRIDE;
-
private:
// FrontendDataTypeController implementations.
virtual bool StartModels() OVERRIDE;
@@ -47,8 +43,6 @@
virtual void RecordAssociationTime(base::TimeDelta time) OVERRIDE;
virtual void RecordStartFailure(StartResult result) OVERRIDE;
- scoped_ptr<GenericChangeProcessor> generic_change_processor_;
-
NotificationRegistrar registrar_;
DISALLOW_COPY_AND_ASSIGN(SearchEngineDataTypeController);

Powered by Google App Engine
This is Rietveld 408576698