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

Unified Diff: trunk/src/chrome/test/data/extensions/api_test/file_manager_browsertest/background.js

Issue 306053004: Revert 273601 "Change directory if the active list item on navig..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 months 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
Index: trunk/src/chrome/test/data/extensions/api_test/file_manager_browsertest/background.js
===================================================================
--- trunk/src/chrome/test/data/extensions/api_test/file_manager_browsertest/background.js (revision 273722)
+++ trunk/src/chrome/test/data/extensions/api_test/file_manager_browsertest/background.js (working copy)
@@ -572,21 +572,6 @@
null, SharedOption.NONE, 'Jan 1, 2000 1:00 AM',
'C', '--', 'Folder'),
- directoryD: new TestEntryInfo(
- EntryType.DIRECTORY, null, 'D',
- null, SharedOption.NONE, 'Jan 1, 2000 1:00 AM',
- 'D', '--', 'Folder'),
-
- directoryE: new TestEntryInfo(
- EntryType.DIRECTORY, null, 'D/E',
- null, SharedOption.NONE, 'Jan 1, 2000 1:00 AM',
- 'E', '--', 'Folder'),
-
- directoryF: new TestEntryInfo(
- EntryType.DIRECTORY, null, 'D/E/F',
- null, SharedOption.NONE, 'Jan 1, 2000 1:00 AM',
- 'F', '--', 'Folder'),
-
zipArchive: new TestEntryInfo(
EntryType.FILE, 'archive.zip', 'archive.zip',
'application/x-zip', SharedOption.NONE, 'Jan 1, 2014 1:00 AM',

Powered by Google App Engine
This is Rietveld 408576698