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

Unified Diff: content/public/common/manifest.h

Issue 2064943002: Pass in extra parameters to WebApkBuilder#buildWebApkAsync() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into webapk_manifest Created 4 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 | « content/common/manifest_manager_messages.h ('k') | content/renderer/manifest/manifest_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/manifest.h
diff --git a/content/public/common/manifest.h b/content/public/common/manifest.h
index df693f7cb6c91d128329c0655f3b833e3cace8dc..8cc19da99ac0a047da589a3ce617f6a15fdedc5a 100644
--- a/content/public/common/manifest.h
+++ b/content/public/common/manifest.h
@@ -73,6 +73,9 @@ struct CONTENT_EXPORT Manifest {
// Manifest is always empty.
bool IsEmpty() const;
+ // The URL of the manifest file. Null if the parsing failed.
mlamouri (slow - plz ping) 2016/06/27 12:52:33 Null if the parsing failed?
+ GURL url;
+
// Null if the parsing failed or the field was not present.
base::NullableString16 name;
« no previous file with comments | « content/common/manifest_manager_messages.h ('k') | content/renderer/manifest/manifest_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698