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

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

Issue 2791983003: Remove untrusted sources installation flow. (Closed)
Patch Set: Remove untrusted sources installation flow. Created 3 years, 8 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..5e5a0f48868e25819f4d4121fa494d5c44d7e42f 100644
--- a/chrome/browser/android/webapk/webapk_install_service.h
+++ b/chrome/browser/android/webapk/webapk_install_service.h
@@ -28,8 +28,8 @@ 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.
+ // the install service so it is possible that the install will complete some
+ // time in the future.
PROBABLE_FAILURE = 2
};
« no previous file with comments | « chrome/browser/android/webapk/chrome_webapk_host.cc ('k') | chrome/browser/android/webapk/webapk_installer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698