| Index: chrome/browser/android/webapk/chrome_webapk_host.h
|
| diff --git a/chrome/browser/android/webapk/chrome_webapk_host.h b/chrome/browser/android/webapk/chrome_webapk_host.h
|
| index dc84ea17f89f5962f4a7660446398e731274a249..943e07e025550de723f9bd723f4ec4d93a8fb1f1 100644
|
| --- a/chrome/browser/android/webapk/chrome_webapk_host.h
|
| +++ b/chrome/browser/android/webapk/chrome_webapk_host.h
|
| @@ -16,8 +16,9 @@ class ChromeWebApkHost {
|
| // Registers JNI hooks.
|
| static bool Register(JNIEnv* env);
|
|
|
| - // Returns whether the "enalbe-webapk" is turned on.
|
| - static bool AreWebApkEnabled();
|
| + // Returns whether installing WebApk is possible either from "unknown sources"
|
| + // or Google Play.
|
| + static bool CanInstallWebApk();
|
|
|
| private:
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(ChromeWebApkHost);
|
|
|