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

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

Issue 2063003003: Implement "scope" Web Manifest parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'webapk_manifest' into webapk_manifest_scope0 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
Index: content/public/common/manifest.h
diff --git a/content/public/common/manifest.h b/content/public/common/manifest.h
index 8cc19da99ac0a047da589a3ce617f6a15fdedc5a..96cf98bed1f240d461d7bf451c56f6f77ce301ea 100644
--- a/content/public/common/manifest.h
+++ b/content/public/common/manifest.h
@@ -83,6 +83,9 @@ struct CONTENT_EXPORT Manifest {
base::NullableString16 short_name;
// Empty if the parsing failed or the field was not present.
+ GURL scope;
+
+ // Empty if the parsing failed or the field was not present.
GURL start_url;
// Set to WebDisplayModeUndefined if the parsing failed or the field was not
« no previous file with comments | « no previous file | content/renderer/manifest/manifest_parser.h » ('j') | content/renderer/manifest/manifest_parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698