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

Unified Diff: chrome/browser/android/webapk/webapk.proto

Issue 2528073002: Add a flag in WebAPK's proto when the Web App Manifest is no longer available. (Closed)
Patch Set: Created 4 years, 1 month 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: chrome/browser/android/webapk/webapk.proto
diff --git a/chrome/browser/android/webapk/webapk.proto b/chrome/browser/android/webapk/webapk.proto
index 4a18b4cce14806409753ac880915a3d9dbc0a375..6d7d2dc9847affce3d0b5e642bc3aa4798fcd1b9 100644
--- a/chrome/browser/android/webapk/webapk.proto
+++ b/chrome/browser/android/webapk/webapk.proto
@@ -45,6 +45,11 @@ message WebApk {
// The cpu abi of the browser making the request.
optional string android_abi = 8;
+ // If set true, this flag indicates that the Web App Manifest of the site is
+ // no longer avaialbe. Therefore, an empty WebApkManifest is sent to the
+ // server.
+ optional bool stale_manifest = 9;
+
reserved 4;
}
« no previous file with comments | « no previous file | chrome/browser/android/webapk/webapk_installer.cc » ('j') | chrome/browser/android/webapk/webapk_installer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698