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

Unified Diff: content/common/cache_storage/cache_storage_types.h

Issue 1768063002: Introduce String::fromUTF8Lenient() and use it for cache_name in CacheStorage API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporated jsbell's comment Created 4 years, 9 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/common/cache_storage/cache_storage_types.h
diff --git a/content/common/cache_storage/cache_storage_types.h b/content/common/cache_storage/cache_storage_types.h
index 22e91c0636a524fbd019cccef20e06534006c4f7..c6b55e185115f827d376b6966159d9f6fb07eaf6 100644
--- a/content/common/cache_storage/cache_storage_types.h
+++ b/content/common/cache_storage/cache_storage_types.h
@@ -24,7 +24,7 @@ struct CONTENT_EXPORT CacheStorageCacheQueryParams {
bool ignore_search;
bool ignore_method;
bool ignore_vary;
- base::string16 cache_name;
+ std::string cache_name;
};
// The type of a single batch operation in the Cache API.
« no previous file with comments | « content/common/cache_storage/cache_storage_messages.h ('k') | content/renderer/cache_storage/cache_storage_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698