| Index: chrome/browser/android/webapk/webapk_installer.h
|
| diff --git a/chrome/browser/android/webapk/webapk_installer.h b/chrome/browser/android/webapk/webapk_installer.h
|
| index a987e0450a561c93aa2d51b67e14ee129fb45eaf..94b807c84969a34cb7da29275da9b040c4b437b6 100644
|
| --- a/chrome/browser/android/webapk/webapk_installer.h
|
| +++ b/chrome/browser/android/webapk/webapk_installer.h
|
| @@ -124,10 +124,11 @@ class WebApkInstaller : public net::URLFetcherDelegate {
|
| JNIEnv* env,
|
| const base::android::ScopedJavaLocalRef<jstring>& java_file_path);
|
|
|
| - // Returns whether the Google Play install delegate is available.
|
| + // Returns whether Google Play Services can be used and the install delegate
|
| + // is available.
|
| // Note: it is possible that this delegate is null even when installing
|
| // WebAPKs using Google Play is enabled.
|
| - virtual bool HasGooglePlayWebApkInstallDelegate();
|
| + virtual bool CanUseGooglePlayInstallService();
|
|
|
| // Called when the package name of the WebAPK is available and the install
|
| // or update request is handled by Google Play.
|
|
|