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

Unified Diff: android_webview/browser/aw_browser_context.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
« no previous file with comments | « no previous file | android_webview/browser/aw_browser_context.cc » ('j') | chrome/browser/wake_lock/YAOWNERS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_browser_context.h
diff --git a/android_webview/browser/aw_browser_context.h b/android_webview/browser/aw_browser_context.h
index 6f8e9fb2c2e496055fa6ce736d6db9e76d6d7fad..a4cd5e24a06b2cabd478d3ba00afaa633224362d 100644
--- a/android_webview/browser/aw_browser_context.h
+++ b/android_webview/browser/aw_browser_context.h
@@ -111,6 +111,8 @@ class AwBrowserContext : public content::BrowserContext,
virtual content::BrowserPluginGuestManager* GetGuestManager() OVERRIDE;
virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE;
+ virtual content::WakeLockPermissionContext*
+ GetWakeLockPermissionContext() OVERRIDE;
// visitedlink::VisitedLinkDelegate implementation.
virtual void RebuildTable(
« no previous file with comments | « no previous file | android_webview/browser/aw_browser_context.cc » ('j') | chrome/browser/wake_lock/YAOWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698