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

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

Issue 2733543002: [Android:WebAPK] Don't add webapp to homescreen if WebAPK install times out part 1/3 (Closed)
Patch Set: Merge branch 'start' into refactor_shortcut_helper3 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_update_manager.h
diff --git a/chrome/browser/android/webapk/webapk_update_manager.h b/chrome/browser/android/webapk/webapk_update_manager.h
index 285c3cf6f3eb0682c2c0477993becf2384dcb787..db1962331d5d71246065fc54d6215f9f8f5ca228 100644
--- a/chrome/browser/android/webapk/webapk_update_manager.h
+++ b/chrome/browser/android/webapk/webapk_update_manager.h
@@ -8,6 +8,8 @@
#include "base/android/jni_android.h"
#include "base/macros.h"
+enum class WebApkInstallResult;
+
// WebApkUpdateManager is the C++ counterpart of org.chromium.chrome.browser's
// WebApkUpdateManager in Java. It calls WebApkInstaller to send an update
// request to WebAPK Server.
@@ -21,7 +23,7 @@ class WebApkUpdateManager {
// to the server. A "true" value of |success| does not guarantee that the
// WebAPK will be successfully updated.
static void OnBuiltWebApk(const std::string& id,
- bool success,
+ WebApkInstallResult result,
bool relax_updates,
const std::string& webapk_package);
« no previous file with comments | « chrome/browser/android/webapk/webapk_installer_unittest.cc ('k') | chrome/browser/android/webapk/webapk_update_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698