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

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

Issue 11299326: Revert 170660 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- chrome/test/data/extensions/api_test/media_galleries_private/attachdetach/test.js (revision 170888)
+++ chrome/test/data/extensions/api_test/media_galleries_private/attachdetach/test.js (working copy)
@@ -48,6 +48,6 @@
}
function removeDummyDetachListener() {
- chrome.mediaGalleriesPrivate.onDeviceDetached.removeListener(testDummyDetach);
+ chrome.mediaGalleriesPrivate.onDeviceAttached.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