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

Unified Diff: chrome/test/testing_profile.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/test/testing_profile.h
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index 8f49917ef2eaa00daf4b6d0b4f4a421ccee5af96..ca10ebd710960567110a45a8fa5d2ded52370d8c 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -173,6 +173,9 @@ class TestingProfile : public Profile {
virtual void MarkAsCleanShutdown() {}
virtual void InitExtensions() {}
virtual void InitWebResources() {}
+ virtual DesktopNotificationService* GetDesktopNotificationService() {
+ return NULL;
+ }
// Schedules a task on the history backend and runs a nested loop until the
// task is processed. This has the effect of blocking the caller until the

Powered by Google App Engine
This is Rietveld 408576698