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

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

Issue 1971773002: Upstream: Add WebAPK's client library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DEPS. 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 package org.chromium.chrome.browser; 5 package org.chromium.chrome.browser;
6 6
7 /** 7 /**
8 * Contains all of the command line switches that are specific to the chrome/ 8 * Contains all of the command line switches that are specific to the chrome/
9 * portion of Chromium on Android. 9 * portion of Chromium on Android.
10 */ 10 */
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 /** 232 /**
233 * Set the partner-defined homepage URL, for testing. 233 * Set the partner-defined homepage URL, for testing.
234 */ 234 */
235 public static final String PARTNER_HOMEPAGE_FOR_TESTING = "partner-homepage- for-testing"; 235 public static final String PARTNER_HOMEPAGE_FOR_TESTING = "partner-homepage- for-testing";
236 236
237 /** 237 /**
238 * Enables the all bookmarks section in bookmark manager. 238 * Enables the all bookmarks section in bookmark manager.
239 */ 239 */
240 public static final String ENABLE_ALL_BOOKMARKS_VIEW = "enable-all-bookmarks -view"; 240 public static final String ENABLE_ALL_BOOKMARKS_VIEW = "enable-all-bookmarks -view";
241 241
242 /**
243 * Enables "Add to Home screen" to mint a WebApk.
244 */
245 public static final String ENABLE_WEBAPK = "enable-webapk";
246
242 // Prevent instantiation. 247 // Prevent instantiation.
243 private ChromeSwitches() {} 248 private ChromeSwitches() {}
244 } 249 }
OLDNEW
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/android/java/src/org/chromium/chrome/browser/init/ChromeBrowserInitializer.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698