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

Unified Diff: chrome/browser/android/webapps/add_to_homescreen_data_fetcher.cc

Issue 1958523002: Make WebAPK naming consistent 1/2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/webapps/add_to_homescreen_data_fetcher.cc
diff --git a/chrome/browser/android/webapps/add_to_homescreen_data_fetcher.cc b/chrome/browser/android/webapps/add_to_homescreen_data_fetcher.cc
index 52c3db0119c8a861fd6ec039f95445b2b97ac97a..c8598f712b70c61167ceb020ffb445bf6c1c2c5b 100644
--- a/chrome/browser/android/webapps/add_to_homescreen_data_fetcher.cc
+++ b/chrome/browser/android/webapps/add_to_homescreen_data_fetcher.cc
@@ -163,7 +163,7 @@ void AddToHomescreenDataFetcher::OnDidCheckHasServiceWorker(
const std::vector<content::Manifest::Icon>& icons,
bool has_service_worker) {
if (has_service_worker)
- shortcut_info_.is_web_apk = true;
+ shortcut_info_.is_webapk = true;
DownloadIcons(icons);
}
« no previous file with comments | « chrome/browser/android/shortcut_info.cc ('k') | chrome/browser/notifications/notification_platform_bridge_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698