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

Unified Diff: LayoutTests/http/tests/inspector/inspector-test.js

Issue 1040103002: [DevTools] Cleanup Page domain calls, which should be Emulation calls. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: supportsRendering to RenderingOptions Created 5 years, 9 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 | LayoutTests/inspector/device-orientation-success.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/inspector-test.js
diff --git a/LayoutTests/http/tests/inspector/inspector-test.js b/LayoutTests/http/tests/inspector/inspector-test.js
index da2f067449c7aa7488f4dbbdd922a24a97579633..6c59710c899cb127c5428da9af1f1704c2b8276e 100644
--- a/LayoutTests/http/tests/inspector/inspector-test.js
+++ b/LayoutTests/http/tests/inspector/inspector-test.js
@@ -715,6 +715,7 @@ WebInspector.targetManager.observeTargets({
InspectorTest.CSSAgent = target.cssAgent();
InspectorTest.CanvasAgent = target.canvasAgent();
InspectorTest.ConsoleAgent = target.consoleAgent();
+ InspectorTest.DeviceOrientationAgent = target.deviceOrientationAgent();
InspectorTest.DOMAgent = target.domAgent();
InspectorTest.DOMDebuggerAgent = target.domdebuggerAgent();
InspectorTest.DebuggerAgent = target.debuggerAgent();
« no previous file with comments | « no previous file | LayoutTests/inspector/device-orientation-success.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698