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

Unified Diff: chrome/browser/android/shortcut_helper.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/shortcut_helper.cc
diff --git a/chrome/browser/android/shortcut_helper.cc b/chrome/browser/android/shortcut_helper.cc
index 6eb18d79ca0d6913a82e88ee8879370fc4cc9c34..5afd7653ab8327ff528fa4460d3b06268c97311a 100644
--- a/chrome/browser/android/shortcut_helper.cc
+++ b/chrome/browser/android/shortcut_helper.cc
@@ -110,7 +110,7 @@ void ShortcutHelper::AddShortcutInBackgroundWithSkBitmap(
java_short_name.obj(),
java_bitmap.obj(),
is_webapp_capable,
- info.is_web_apk,
+ info.is_webapk,
info.orientation,
info.source,
info.theme_color,

Powered by Google App Engine
This is Rietveld 408576698