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

Unified Diff: chrome/test/data/webui/settings/fake_system_display.js

Issue 2802603005: MD Settings: Display: Add unified desktop control and modify api (Closed)
Patch Set: Fix closure and tests 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: chrome/test/data/webui/settings/fake_system_display.js
diff --git a/chrome/test/data/webui/settings/fake_system_display.js b/chrome/test/data/webui/settings/fake_system_display.js
index aca85cc44eba6136f35854b717bc5729de7c98aa..b182c2a202646c3d43f7e67335a3bc231f90b9b2 100644
--- a/chrome/test/data/webui/settings/fake_system_display.js
+++ b/chrome/test/data/webui/settings/fake_system_display.js
@@ -31,7 +31,7 @@ cr.define('settings', function() {
// SystemDisplay overrides.
/** @override */
- getInfo: function(callback) {
+ getInfo: function(flags, callback) {
setTimeout(function() {
// Create a shallow copy to trigger Polymer data binding updates.
var displays;
« no previous file with comments | « chrome/test/data/webui/settings/device_page_tests.js ('k') | extensions/browser/api/system_display/display_info_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698