| 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);
|
| }
|
|
|