Index: chrome/browser/automation/automation_profile_impl.h |
=================================================================== |
--- chrome/browser/automation/automation_profile_impl.h (revision 28695) |
+++ chrome/browser/automation/automation_profile_impl.h (working copy) |
@@ -168,6 +168,9 @@ |
virtual BookmarkModel* GetBookmarkModel() { |
return original_profile_->GetBookmarkModel(); |
} |
+ virtual DesktopNotificationService* GetDesktopNotificationService() { |
+ return original_profile_->GetDesktopNotificationService(); |
+ } |
#ifdef CHROME_PERSONALIZATION |
virtual ProfileSyncService* GetProfileSyncService() { |