| Index: chrome/browser/automation/automation_profile_impl.h
|
| diff --git a/chrome/browser/automation/automation_profile_impl.h b/chrome/browser/automation/automation_profile_impl.h
|
| index dc57f9b0fa46a0b992d4f103d8d202444197ddbe..c464f7375fd88a2f10b7cf2c0b7c7d0de53a6667 100644
|
| --- a/chrome/browser/automation/automation_profile_impl.h
|
| +++ b/chrome/browser/automation/automation_profile_impl.h
|
| @@ -168,6 +168,9 @@ class AutomationProfileImpl : public Profile {
|
| virtual BookmarkModel* GetBookmarkModel() {
|
| return original_profile_->GetBookmarkModel();
|
| }
|
| + virtual DesktopNotificationService* GetDesktopNotificationService() {
|
| + return original_profile_->GetDesktopNotificationService();
|
| + }
|
|
|
| #ifdef CHROME_PERSONALIZATION
|
| virtual ProfileSyncService* GetProfileSyncService() {
|
|
|