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

Unified Diff: chrome/test/testing_profile.cc

Issue 337034: Remove the browser_sync flag. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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
« no previous file with comments | « chrome/test/testing_profile.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/testing_profile.cc
===================================================================
--- chrome/test/testing_profile.cc (revision 30247)
+++ chrome/test/testing_profile.cc (working copy)
@@ -202,17 +202,12 @@
}
void TestingProfile::CreateProfileSyncService() {
-#if defined(BROWSER_SYNC)
if (!profile_sync_service_.get()) {
profile_sync_service_.reset(new ProfileSyncService(this));
profile_sync_service_->Initialize();
}
-#endif
}
ProfileSyncService* TestingProfile::GetProfileSyncService() {
-#if defined(BROWSER_SYNC)
return profile_sync_service_.get();
-#endif
- return NULL;
}
« no previous file with comments | « chrome/test/testing_profile.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698