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

Unified Diff: chrome/browser/automation/automation_profile_impl.h

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 | « no previous file | chrome/browser/browser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_profile_impl.h
===================================================================
--- chrome/browser/automation/automation_profile_impl.h (revision 30247)
+++ chrome/browser/automation/automation_profile_impl.h (working copy)
@@ -174,13 +174,9 @@
virtual DesktopNotificationService* GetDesktopNotificationService() {
return original_profile_->GetDesktopNotificationService();
}
-
-#if defined(BROWSER_SYNC)
virtual ProfileSyncService* GetProfileSyncService() {
return original_profile_->GetProfileSyncService();
}
-#endif
-
virtual bool IsSameProfile(Profile* profile) {
return original_profile_->IsSameProfile(profile);
}
« no previous file with comments | « no previous file | chrome/browser/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698