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

Unified Diff: Source/devtools/protocol.json

Issue 1220643002: Revert of [DevTools] Implement screen orientation override. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « Source/devtools/front_end/emulation/ResponsiveDesignView.js ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 00c81bdda3e4bdbec167f95141d95d9ac629c0aa..0d94527418521c6173fba60b55a0b6c016717b3e 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -4649,32 +4649,6 @@
]
},
{
- "domain": "ScreenOrientation",
- "hidden": true,
- "types": [
- {
- "id": "OrientationType",
- "type": "string",
- "enum": ["portraitPrimary", "portraitSecondary", "landscapePrimary", "landscapeSecondary"],
- "description": "Orientation type"
- }
- ],
- "commands": [
- {
- "name": "setScreenOrientationOverride",
- "description": "Overrides the Screen Orientation.",
- "parameters": [
- { "name": "angle", "type": "integer", "description": "Orientation angle" },
- { "name": "type", "$ref": "OrientationType", "description": "Orientation type" }
- ]
- },
- {
- "name": "clearScreenOrientationOverride",
- "description": "Clears the overridden Screen Orientation."
- }
- ]
- },
- {
"domain": "Tracing",
"commands": [
{
« no previous file with comments | « Source/devtools/front_end/emulation/ResponsiveDesignView.js ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698