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

Unified Diff: chrome/browser/sync/sync_type_preference_provider.h

Issue 1419103009: [Sync] Componentize ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@max_bogue_sync_backend_host
Patch Set: Rebase Created 5 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
« no previous file with comments | « chrome/browser/sync/sync_startup_tracker.cc ('k') | chrome/browser/sync/sync_ui_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sync_type_preference_provider.h
diff --git a/chrome/browser/sync/sync_type_preference_provider.h b/chrome/browser/sync/sync_type_preference_provider.h
deleted file mode 100644
index a38591f51907e41b3d9a15446225c2fcf68debae..0000000000000000000000000000000000000000
--- a/chrome/browser/sync/sync_type_preference_provider.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_SYNC_SYNC_TYPE_PREFERENCE_PROVIDER_H_
-#define CHROME_BROWSER_SYNC_SYNC_TYPE_PREFERENCE_PROVIDER_H_
-
-#include "sync/internal_api/public/base/model_type.h"
-
-class SyncTypePreferenceProvider {
- public:
- virtual syncer::ModelTypeSet GetPreferredDataTypes() const = 0;
-
- protected:
- virtual ~SyncTypePreferenceProvider() {}
-};
-
-#endif // CHROME_BROWSER_SYNC_SYNC_TYPE_PREFERENCE_PROVIDER_H_
« no previous file with comments | « chrome/browser/sync/sync_startup_tracker.cc ('k') | chrome/browser/sync/sync_ui_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698