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

Unified Diff: content/browser/fileapi/file_system_url_unittest.cc

Issue 336193003: Make FileSystemURL::ToGURL consistent with DOMFileSystemBase. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: KURL Created 6 years, 6 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 | webkit/browser/fileapi/file_system_url.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/fileapi/file_system_url_unittest.cc
diff --git a/content/browser/fileapi/file_system_url_unittest.cc b/content/browser/fileapi/file_system_url_unittest.cc
index 2e1fb14c7b9f45ad4a1b2ef6dfd86683235fb417..4aa23dd8ab4634791d2fe737bb1e602dcbed2906 100644
--- a/content/browser/fileapi/file_system_url_unittest.cc
+++ b/content/browser/fileapi/file_system_url_unittest.cc
@@ -173,6 +173,7 @@ TEST(FileSystemURLTest, ToGURL) {
"filesystem:http://chromium.org/isolated/directory/file2",
"filesystem:http://chromium.org/external/directory/file2",
"filesystem:http://chromium.org/test/directory/file3",
+ "filesystem:http://chromium.org/test/plus%2B/space%20/colon%3A",
};
for (size_t i = 0; i < arraysize(kTestURL); ++i) {
« no previous file with comments | « no previous file | webkit/browser/fileapi/file_system_url.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698