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

Unified Diff: chrome/test/data/extensions/api_test/media_galleries/common/common_injected.js

Issue 62713003: Move ExtensionProcessManager to src/extensions, part 4 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 7 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/chrome_tests_unit.gypi ('k') | chrome/test/data/extensions/api_test/media_galleries/picasa/test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/media_galleries/common/common_injected.js
diff --git a/chrome/test/data/extensions/api_test/media_galleries/common/common_injected.js b/chrome/test/data/extensions/api_test/media_galleries/common/common_injected.js
index 4362b37e8e513abfe0073f8b03d1fce3d8e60572..43266d18cf5c007fd37888985ab1288cbfd81416 100644
--- a/chrome/test/data/extensions/api_test/media_galleries/common/common_injected.js
+++ b/chrome/test/data/extensions/api_test/media_galleries/common/common_injected.js
@@ -163,8 +163,8 @@ function runReadGalleriesTest(expectedGalleryCount, expectSucceed,
}
}
-// Create a dummy window to prevent the ExtensionProcessManager from suspending
-// the chrome-test app. Needed because the writer.onerror and writer.onwriteend
+// Create a dummy window to prevent the ProcessManager from suspending the
+// chrome-test app. Needed because the writer.onerror and writer.onwriteend
// events do not qualify as pending callbacks, so the app looks dormant.
function CreateDummyWindowToPreventSleep() {
chrome.app.runtime.onLaunched.addListener(function() {
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/data/extensions/api_test/media_galleries/picasa/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698