summaryrefslogtreecommitdiffstats
path: root/content/public/common/manifest.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/common/manifest.h')
-rw-r--r--content/public/common/manifest.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/public/common/manifest.h b/content/public/common/manifest.h
index 4ee0957..1b9b3c7 100644
--- a/content/public/common/manifest.h
+++ b/content/public/common/manifest.h
@@ -7,6 +7,7 @@
#include "base/strings/nullable_string16.h"
#include "content/common/content_export.h"
+#include "url/gurl.h"
namespace content {
@@ -27,6 +28,9 @@ struct CONTENT_EXPORT Manifest {
// Null if the parsing failed or the field was not present.
base::NullableString16 short_name;
+ // Empty if the parsing failed or the field was not present.
+ GURL start_url;
+
// Maximum length for all the strings inside the Manifest when it is sent over
// IPC. The renderer process should truncate the strings before sending the
// Manifest and the browser process must do the same when receiving it.