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

Unified Diff: chrome_test/tests/processes_test.js

Issue 1415743013: Run jshint over all JavaScript files (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@repo_conf
Patch Set: Created 5 years, 1 month 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 | « chrome_test/tests/extension_test.js ('k') | chrome_test/tests/user_agent_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_test/tests/processes_test.js
diff --git a/chrome_test/tests/processes_test.js b/chrome_test/tests/processes_test.js
index 3172faf204a9710ab70f57678f34fce644307969..6d2cc5c751cef200a859eff2c042cb1b5e89c8c8 100644
--- a/chrome_test/tests/processes_test.js
+++ b/chrome_test/tests/processes_test.js
@@ -4,8 +4,9 @@
* found in the LICENSE file.
*/
-'use strict';
+/* globals TEST_F, TEST, EXPECT_EQ, EXPECT_TRUE, EXPECT_GE, chrometest */
+'use strict';
function ProcessesTest() {
this.processes = null;
@@ -60,7 +61,7 @@ TEST_F(ProcessesTest, 'testExtensionTitles', function() {
var process = this.processes[id];
if (process.type == 'extension') {
if (process.title == 'Extension: Chrome Testing Extension') {
- hasChromeTest = true
+ hasChromeTest = true;
} else if (process.title == 'Extension: Ping Test Extension') {
hasPingTest = true;
}
« no previous file with comments | « chrome_test/tests/extension_test.js ('k') | chrome_test/tests/user_agent_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698