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

Unified Diff: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.idl

Issue 2188523005: Remove ScreenOrientation runtime flag (status=stable) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: V2 Created 4 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 | third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.idl
diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.idl b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.idl
index 7b3f473bfd824ba49d2da9c5494f2ae9b3413991..c0d5d417b046b5c36f55dc9e4a2983ebdc37e092 100644
--- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.idl
+++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.idl
@@ -20,9 +20,7 @@ enum OrientationType {
"landscape-secondary"
};
-[
- RuntimeEnabled=ScreenOrientation
-] interface ScreenOrientation : EventTarget {
+interface ScreenOrientation : EventTarget {
[MeasureAs=ScreenOrientationAngle] readonly attribute unsigned short angle;
[MeasureAs=ScreenOrientationType] readonly attribute DOMString type;
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698