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

Unified Diff: chrome/test/data/extensions/api_test/media_galleries_private/attachdetach/test.js

Issue 11117011: Keep browser process alive while there are platform apps with background pages running. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: And another test Created 8 years 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_browser_extensions.gypi ('k') | chrome/test/data/extensions/platform_apps/geometry/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_private/attachdetach/test.js
diff --git a/chrome/test/data/extensions/api_test/media_galleries_private/attachdetach/test.js b/chrome/test/data/extensions/api_test/media_galleries_private/attachdetach/test.js
index 76d6a55d21c35603e540d8cafa80876b18ea7348..232a0816511b8c77a06729e2f325eee40c42482d 100644
--- a/chrome/test/data/extensions/api_test/media_galleries_private/attachdetach/test.js
+++ b/chrome/test/data/extensions/api_test/media_galleries_private/attachdetach/test.js
@@ -48,6 +48,6 @@ function removeAttachListener() {
}
function removeDummyDetachListener() {
- chrome.mediaGalleriesPrivate.onDeviceAttached.removeListener(testDummyDetach);
+ chrome.mediaGalleriesPrivate.onDeviceDetached.removeListener(testDummyDetach);
chrome.test.sendMessage('remove_dummy_detach_ok');
}
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/test/data/extensions/platform_apps/geometry/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698