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

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

Issue 194108: adds DesktopNotificationService to Profile (Closed)
Patch Set: more feedback 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
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() {

Powered by Google App Engine
This is Rietveld 408576698