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

Unified Diff: chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc

Issue 544483003: Add tests for File System URLs with the file:// origin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/file_browser/filesystem_file_origin_url/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc
diff --git a/chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc b/chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc
index 63fb40bd3b895704b4a7342f134030cdfc5a6652..737d8c226823f3d56dd2aaaf2252c611aa4f2e51 100644
--- a/chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc
+++ b/chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc
@@ -773,6 +773,15 @@ IN_PROC_BROWSER_TEST_F(DriveFileSystemExtensionApiTest, AppFileHandler) {
FLAGS_USE_FILE_HANDLER)) << message_;
}
+IN_PROC_BROWSER_TEST_F(DriveFileSystemExtensionApiTest,
+ FileSystemFileOriginURL) {
+ EXPECT_TRUE(RunFileSystemExtensionApiTest(
+ "file_browser/filesystem_file_origin_url",
+ FILE_PATH_LITERAL("manifest.json"),
+ "",
+ FLAGS_NONE)) << message_;
+}
+
IN_PROC_BROWSER_TEST_F(MultiProfileDriveFileSystemExtensionApiTest,
CrossProfileCopy) {
ASSERT_TRUE(AddTestHostedDocuments());
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/file_browser/filesystem_file_origin_url/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698