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

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

Issue 1878273002: Remove URLencode/URLdecode for the inner origin of blob: URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unescape constants in tests & code Created 4 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: content/browser/fileapi/fileapi_message_filter_unittest.cc
diff --git a/content/browser/fileapi/fileapi_message_filter_unittest.cc b/content/browser/fileapi/fileapi_message_filter_unittest.cc
index b7d61e389d79b7a121621a016289bf69be17c360..ab165ad5010bc9e982f5d039a7841a4a7bded61e 100644
--- a/content/browser/fileapi/fileapi_message_filter_unittest.cc
+++ b/content/browser/fileapi/fileapi_message_filter_unittest.cc
@@ -35,9 +35,9 @@ namespace content {
namespace {
const char kFakeBlobInternalUrlSpec[] =
- "blob:blobinternal%3A///dc83ede4-9bbd-453b-be2e-60fd623fcc93";
+ "blob:blobinternal:///dc83ede4-9bbd-453b-be2e-60fd623fcc93";
const char kFakeBlobInternalUrlSpec2[] =
- "blob:blobinternal%3A///d28ae2e7-d233-4dda-9598-d135fe5d403e";
+ "blob:blobinternal:///d28ae2e7-d233-4dda-9598-d135fe5d403e";
const char kFakeContentType[] = "fake/type";
« no previous file with comments | « content/browser/fileapi/fileapi_message_filter.cc ('k') | native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698