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

Unified Diff: third_party/WebKit/Source/devtools/front_end/main/Tests.js

Issue 1647653003: [DevTools] Remove old responsive design v1 code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/Source/devtools/front_end/main/Tests.js
diff --git a/third_party/WebKit/Source/devtools/front_end/main/Tests.js b/third_party/WebKit/Source/devtools/front_end/main/Tests.js
index 7ca3377b75a3e93371c5231732b245432157b4fd..390811fd6f96599ea839e9fdcc602b206f70835f 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/Tests.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/Tests.js
@@ -479,9 +479,8 @@ TestSuite.prototype.testDeviceMetricsOverrides = function()
test.releaseControl();
}
- WebInspector.overridesSupport._deviceMetricsChangedListenerMuted = true;
test.takeControl();
- this.waitForThrottler(WebInspector.overridesSupport._deviceMetricsThrottler, step1);
+ step1();
};
TestSuite.prototype.testScreenshotRecording = function()

Powered by Google App Engine
This is Rietveld 408576698