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

Unified Diff: content/renderer/cache_storage/cache_storage_dispatcher.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/renderer/cache_storage/cache_storage_dispatcher.h
diff --git a/content/renderer/cache_storage/cache_storage_dispatcher.h b/content/renderer/cache_storage/cache_storage_dispatcher.h
index a43757d0f82aae56913aa563b90648ff81e36fe4..33b093d0dedda558703b4355d9cbf9a5a830d3a5 100644
--- a/content/renderer/cache_storage/cache_storage_dispatcher.h
+++ b/content/renderer/cache_storage/cache_storage_dispatcher.h
@@ -52,7 +52,7 @@ class CacheStorageDispatcher : public WorkerThread::Observer {
void OnCacheStorageDeleteSuccess(int thread_id, int request_id);
void OnCacheStorageKeysSuccess(int thread_id,
int request_id,
- const std::vector<base::string16>& keys);
+ const std::vector<std::string>& keys);
void OnCacheStorageMatchSuccess(int thread_id,
int request_id,
const ServiceWorkerResponse& response);
« no previous file with comments | « content/common/cache_storage/cache_storage_types.h ('k') | content/renderer/cache_storage/cache_storage_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698