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

Side by Side Diff: chrome/browser/sync/profile_sync_factory_impl.h

Issue 7669052: Added DataTypeController integration and UI surfacing for syncing Search Engines. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fixed notification registration. Created 9 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_SYNC_PROFILE_SYNC_FACTORY_IMPL_H__ 5 #ifndef CHROME_BROWSER_SYNC_PROFILE_SYNC_FACTORY_IMPL_H__
6 #define CHROME_BROWSER_SYNC_PROFILE_SYNC_FACTORY_IMPL_H__ 6 #define CHROME_BROWSER_SYNC_PROFILE_SYNC_FACTORY_IMPL_H__
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 68
69 virtual SyncComponents CreateTypedUrlSyncComponents( 69 virtual SyncComponents CreateTypedUrlSyncComponents(
70 ProfileSyncService* profile_sync_service, 70 ProfileSyncService* profile_sync_service,
71 history::HistoryBackend* history_backend, 71 history::HistoryBackend* history_backend,
72 browser_sync::UnrecoverableErrorHandler* error_handler); 72 browser_sync::UnrecoverableErrorHandler* error_handler);
73 73
74 virtual SyncComponents CreateSessionSyncComponents( 74 virtual SyncComponents CreateSessionSyncComponents(
75 ProfileSyncService* profile_sync_service, 75 ProfileSyncService* profile_sync_service,
76 browser_sync::UnrecoverableErrorHandler* error_handler); 76 browser_sync::UnrecoverableErrorHandler* error_handler);
77 77
78 virtual SyncComponents CreateSearchEngineSyncComponents(
79 ProfileSyncService* profile_sync_service,
80 browser_sync::UnrecoverableErrorHandler* error_handler);
81
78 private: 82 private:
79 Profile* profile_; 83 Profile* profile_;
80 CommandLine* command_line_; 84 CommandLine* command_line_;
81 85
82 DISALLOW_COPY_AND_ASSIGN(ProfileSyncFactoryImpl); 86 DISALLOW_COPY_AND_ASSIGN(ProfileSyncFactoryImpl);
83 }; 87 };
84 88
85 #endif // CHROME_BROWSER_SYNC_PROFILE_SYNC_FACTORY_IMPL_H__ 89 #endif // CHROME_BROWSER_SYNC_PROFILE_SYNC_FACTORY_IMPL_H__
OLDNEW
« no previous file with comments | « chrome/browser/sync/profile_sync_factory.h ('k') | chrome/browser/sync/profile_sync_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698