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

Unified Diff: third_party/WebKit/public/web/WebRuntimeFeatures.h

Issue 2805763004: [System-Keyboard-Lock] Forward navigator functions to RenderFrameHost (Closed)
Patch Set: Resolve review comments Created 3 years, 8 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: third_party/WebKit/public/web/WebRuntimeFeatures.h
diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
index 6eb50790ad0c0ea0a3035e70c515ceeb73fe8ad9..2d5c20b02a6dd2581cd0ca56f651ef11994c0159 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -146,6 +146,7 @@ class WebRuntimeFeatures {
BLINK_EXPORT static void EnableVideoFullscreenOrientationLock(bool);
BLINK_EXPORT static void EnableVideoFullscreenDetection(bool);
BLINK_EXPORT static void EnableMediaControlsOverlayPlayButton(bool);
+ BLINK_EXPORT static void EnableKeyboardLock(bool);
whywhat 2017/04/11 14:52:33 I don't think this is needed until you want to dis
Hzj_jie 2017/04/12 02:51:06 Done.
private:
WebRuntimeFeatures();

Powered by Google App Engine
This is Rietveld 408576698