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

Unified Diff: chrome/test/base/testing_profile.h

Issue 406483004: Initial implementation of API WakeLock. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/base/testing_profile.h
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
index 97e4d19238d2d35f2ca72742f6e96adb5edcf8af..6643df0745c1dd48f687c866105cacd3f57244c4 100644
--- a/chrome/test/base/testing_profile.h
+++ b/chrome/test/base/testing_profile.h
@@ -220,6 +220,8 @@ class TestingProfile : public Profile {
virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE;
virtual TestingProfile* AsTestingProfile() OVERRIDE;
+ virtual content::WakeLockPermissionContext*
+ GetWakeLockPermissionContext() OVERRIDE;
// Profile
virtual std::string GetProfileName() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698