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

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

Issue 2063003003: Implement "scope" Web Manifest parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'webapk_manifest_scope00' 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.cc
diff --git a/content/public/common/manifest.cc b/content/public/common/manifest.cc
index 86a6d41d4c3a44a441772eac8a0e7ce6360f13f8..599cb6991d92d6b4a0f0878e0e77d0c4f126752d 100644
--- a/content/public/common/manifest.cc
+++ b/content/public/common/manifest.cc
@@ -44,6 +44,7 @@ bool Manifest::IsEmpty() const {
return name.is_null() &&
short_name.is_null() &&
start_url.is_empty() &&
+ scope.is_empty() &&
mlamouri (slow - plz ping) 2016/06/21 13:48:54 ditto
display == blink::WebDisplayModeUndefined &&
orientation == blink::WebScreenOrientationLockDefault &&
icons.empty() &&

Powered by Google App Engine
This is Rietveld 408576698