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

Unified Diff: components/history/core/browser/typed_url_data_type_controller.h

Issue 2511703004: [Sync] Remove UIDataTypeController (Closed)
Patch Set: Fix integration test issue. Created 4 years, 1 month 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: components/history/core/browser/typed_url_data_type_controller.h
diff --git a/components/history/core/browser/typed_url_data_type_controller.h b/components/history/core/browser/typed_url_data_type_controller.h
index b3bf9a36f37fcb7a705895e42f1f5ea44ad28afd..bdc6ea07def63e6035cd854e41db51e1157897ea 100644
--- a/components/history/core/browser/typed_url_data_type_controller.h
+++ b/components/history/core/browser/typed_url_data_type_controller.h
@@ -31,14 +31,13 @@ class TypedUrlDataTypeController : public syncer::NonUIDataTypeController {
const char* history_disabled_pref_name);
~TypedUrlDataTypeController() override;
- // NonUIDataTypeController implementation
- syncer::ModelSafeGroup model_safe_group() const override;
+ // NonUIDataTypeController implementation.
bool ReadyForStart() const override;
protected:
- // NonUIDataTypeController interface.
- bool PostTaskOnBackendThread(const tracked_objects::Location& from_here,
- const base::Closure& task) override;
+ // NonUIDataTypeController implementation.
+ bool PostTaskOnModelThread(const tracked_objects::Location& from_here,
+ const base::Closure& task) override;
private:
void OnSavingBrowserHistoryDisabledChanged();

Powered by Google App Engine
This is Rietveld 408576698