| Index: chrome/browser/android/webapk/webapk_install_service.h
|
| diff --git a/chrome/browser/android/webapk/webapk_install_service.h b/chrome/browser/android/webapk/webapk_install_service.h
|
| index 1315b0aa9513325d78f45d06e7ebc4f2b271dbb1..c3429e31c1f64c0f232eeffba5ea344ff5a09609 100644
|
| --- a/chrome/browser/android/webapk/webapk_install_service.h
|
| +++ b/chrome/browser/android/webapk/webapk_install_service.h
|
| @@ -27,10 +27,7 @@ class SkBitmap;
|
| enum class WebApkInstallResult {
|
| SUCCESS = 0,
|
| FAILURE = 1,
|
| - // An install was initiated but it timed out. We did not get a response from
|
| - // Google Play (or the Android OS in the case of the "unknown sources" flow)
|
| - // so it is possible that the install will complete some time in the future.
|
| - PROBABLE_FAILURE = 2
|
| + // Deprecated: PROBABLE_FAILURE = 2
|
| };
|
|
|
| // Service which talks to Chrome WebAPK server and Google Play to generate a
|
|
|