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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java

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/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java b/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
index 588e8b21a8feac67b262438f2ea9f6385eb92fc0..fcf8a94c272b9e86ff9f5fb4c063b6ef75f13b4a 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
@@ -238,8 +238,8 @@ public abstract class ChromeSwitches {
public static final String PARTNER_HOMEPAGE_FOR_TESTING = "partner-homepage-for-testing";
/**
- * Allows "Add to Home screen" menu item to mint a WebApk for any site including sites
- * which do not meet WebApk requirements.
+ * Allows "Add to Home screen" menu item to mint a WebAPK for any site including sites
+ * which do not meet WebAPK requirements.
*/
public static final String ENABLE_MINTING_WEB_APK_FOR_ANY_SITE =
"enable-minting-web-apk-for-any-site";

Powered by Google App Engine
This is Rietveld 408576698