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

Unified Diff: chrome/browser/android/webapk/webapk_install_service.h

Issue 2791983003: Remove untrusted sources installation flow. (Closed)
Patch Set: Created 3 years, 9 months 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_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

Powered by Google App Engine
This is Rietveld 408576698