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

Unified Diff: chrome/test/data/extensions/api_test/file_browser/drive_search_test/test.js

Issue 252563011: drive: Remove root_feed.json and others (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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: chrome/test/data/extensions/api_test/file_browser/drive_search_test/test.js
diff --git a/chrome/test/data/extensions/api_test/file_browser/drive_search_test/test.js b/chrome/test/data/extensions/api_test/file_browser/drive_search_test/test.js
index f4cf43cac6f3d68f7862ed6181149900f077c9c0..59b8476ba5fdfe1fcdd4fd7045b502be846d9f17 100644
--- a/chrome/test/data/extensions/api_test/file_browser/drive_search_test/test.js
+++ b/chrome/test/data/extensions/api_test/file_browser/drive_search_test/test.js
@@ -139,8 +139,7 @@ chrome.test.runTests([
function driveMetadataSearch() {
// The results should be sorted by (lastAccessed, lastModified) pair. The
// sort should be decending. The comments above each expected result
- // represent their (lastAccessed, lastModified) pair. These values are set
- // in remote_file_system_api_test_root_feed.json.
+ // represent their (lastAccessed, lastModified) pair.
// The API should return 4 results, even though there are more than five
// matches in the test file system.
var expectedResults = [

Powered by Google App Engine
This is Rietveld 408576698