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; |
} |