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..114469847c521f31fce34d1f066461b2913157ca 100644 |
--- a/chrome/browser/android/webapk/webapk.proto |
+++ b/chrome/browser/android/webapk/webapk.proto |
@@ -45,6 +45,10 @@ 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. |
+ optional bool stale_manifest = 9; |
+ |
reserved 4; |
} |