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

Unified Diff: components/sync_driver/sync_client.h

Issue 1460723004: [Sync] Remove the last datatype-specific deps from sync_driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Delete outdated comment. Created 5 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 | « components/sync_driver/fake_sync_client.cc ('k') | ios/chrome/browser/sync/ios_chrome_sync_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/sync_client.h
diff --git a/components/sync_driver/sync_client.h b/components/sync_driver/sync_client.h
index 5f44d1de7815f02b99e2019b4d6e98e69e0a9af0..2e821290923ec8ec8a33497a88d538dddbd04fc9 100644
--- a/components/sync_driver/sync_client.h
+++ b/components/sync_driver/sync_client.h
@@ -19,7 +19,6 @@ class BookmarkUndoService;
class PrefService;
namespace autofill {
-class AutofillWebDataService;
class AutocompleteSyncableService;
class PersonalDataManager;
} // namespace autofill
@@ -40,10 +39,6 @@ namespace invalidation {
class InvalidationService;
} // namespace invalidation
-namespace password_manager {
-class PasswordStore;
-} // namespace password_manager
-
namespace syncer {
class SyncableService;
} // namespace syncer
@@ -82,7 +77,6 @@ class SyncClient {
virtual bookmarks::BookmarkModel* GetBookmarkModel() = 0;
virtual favicon::FaviconService* GetFaviconService() = 0;
virtual history::HistoryService* GetHistoryService() = 0;
- virtual scoped_refptr<password_manager::PasswordStore> GetPasswordStore() = 0;
// Returns a callback that will be invoked when the sync service wishes to
// have browsing data cleared.
@@ -98,8 +92,6 @@ class SyncClient {
virtual base::Closure GetPasswordStateChangedCallback() = 0;
virtual autofill::PersonalDataManager* GetPersonalDataManager() = 0;
- virtual scoped_refptr<autofill::AutofillWebDataService>
- GetWebDataService() = 0;
virtual BookmarkUndoService* GetBookmarkUndoServiceIfExists() = 0;
virtual invalidation::InvalidationService* GetInvalidationService() = 0;
virtual scoped_refptr<syncer::ExtensionsActivity> GetExtensionsActivity() = 0;
« no previous file with comments | « components/sync_driver/fake_sync_client.cc ('k') | ios/chrome/browser/sync/ios_chrome_sync_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698