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

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

Issue 399593003: One more round of extensions code ifdefing in profiles code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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/profile_sync_components_factory_impl.h
diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.h b/chrome/browser/sync/profile_sync_components_factory_impl.h
index 6b64ca24ba851c10ab975af1fa9c75623ff7f2c6..9ab519d252763da4b4e40c5f02078c06d8b2b061 100644
--- a/chrome/browser/sync/profile_sync_components_factory_impl.h
+++ b/chrome/browser/sync/profile_sync_components_factory_impl.h
@@ -102,10 +102,6 @@ class ProfileSyncComponentsFactoryImpl : public ProfileSyncComponentsFactory {
Profile* profile_;
base::CommandLine* command_line_;
- // Set on the UI thread (since extensions::ExtensionSystemFactory is
- // non-threadsafe); accessed on both the UI and FILE threads in
- // GetSyncableServiceForType.
- extensions::ExtensionSystem* extension_system_;
scoped_refptr<autofill::AutofillWebDataService> web_data_service_;
const GURL sync_service_url_;
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/browser/sync/profile_sync_components_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698