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

Unified Diff: chrome/browser/resources/chromeos/chromevox/testing/chromevox_next_e2e_test_base.js

Issue 2943193002: Run clang-format on .js files in c/b/r/chromeos/chromevox (Closed)
Patch Set: Created 3 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
Index: chrome/browser/resources/chromeos/chromevox/testing/chromevox_next_e2e_test_base.js
diff --git a/chrome/browser/resources/chromeos/chromevox/testing/chromevox_next_e2e_test_base.js b/chrome/browser/resources/chromeos/chromevox/testing/chromevox_next_e2e_test_base.js
index bd1684ef0a0a5c3feccb80f4ec461c8dca6a4884..3b46331a0fc87caf31d8629ce001556ca0746f7f 100644
--- a/chrome/browser/resources/chromeos/chromevox/testing/chromevox_next_e2e_test_base.js
+++ b/chrome/browser/resources/chromeos/chromevox/testing/chromevox_next_e2e_test_base.js
@@ -66,10 +66,7 @@ ChromeVoxNextE2ETest.prototype = {
};
r.addEventListener('focus', listener, true);
r.addEventListener('loadComplete', listener, true);
- var createParams = {
- active: true,
- url: url
- };
+ var createParams = {active: true, url: url};
chrome.tabs.create(createParams);
}.bind(this));
},

Powered by Google App Engine
This is Rietveld 408576698