Chromium Code Reviews| Index: chrome/browser/android/webapk/webapk.proto |
| diff --git a/chrome/browser/android/webapk/webapk.proto b/chrome/browser/android/webapk/webapk.proto |
| index 90b171ed70149e57106955a99317a96aa7f74fe8..da45b4325031d305d672756d3eaccf179a8d3cf7 100644 |
| --- a/chrome/browser/android/webapk/webapk.proto |
| +++ b/chrome/browser/android/webapk/webapk.proto |
| @@ -48,6 +48,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. |
|
dominickn
2016/12/20 05:05:48
"available"
Xi Han
2016/12/20 20:25:08
Done.
|
| + optional bool stale_manifest = 9; |
| + |
| reserved 4; |
| } |