| 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() {
|
|
|