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

Unified Diff: services/url_response_disk_cache/url_response_disk_cache_entry.mojom

Issue 1133283002: Android handler: Fix name collision. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix app tests. Created 5 years, 7 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 | services/url_response_disk_cache/url_response_disk_cache_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/url_response_disk_cache/url_response_disk_cache_entry.mojom
diff --git a/services/url_response_disk_cache/url_response_disk_cache_entry.mojom b/services/url_response_disk_cache/url_response_disk_cache_entry.mojom
index c68fa2debae41615144725fe2776c02ae08d8b7f..379dce0939731ce1c0ecfb44c07d1af1310b6f3e 100644
--- a/services/url_response_disk_cache/url_response_disk_cache_entry.mojom
+++ b/services/url_response_disk_cache/url_response_disk_cache_entry.mojom
@@ -6,6 +6,7 @@ module mojo;
// One entry in the service cache.
struct CacheEntry {
+ uint32 version = 0;
string url;
string content_path;
array<string>? headers;
« no previous file with comments | « no previous file | services/url_response_disk_cache/url_response_disk_cache_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698