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

Unified Diff: android_webview/java/src/org/chromium/android_webview/AwSwitches.java

Issue 2806733002: aw: Fix multiprocess flag usage (Closed)
Patch Set: Also fix breakpad component so that single process microdump ptype is right. Created 3 years, 8 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: android_webview/java/src/org/chromium/android_webview/AwSwitches.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwSwitches.java b/android_webview/java/src/org/chromium/android_webview/AwSwitches.java
index 56983e203014c66e802f5194cbe6cc2b423d6f9a..a6721b8513639ab8f1cc1f7c970a8d6da07e4780 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwSwitches.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwSwitches.java
@@ -8,8 +8,8 @@ package org.chromium.android_webview;
* Contains command line switches that are specific to Android WebView.
*/
public abstract class AwSwitches {
- // Experimental mode to run renderers in a sandbox, disables kSingleProcess,
- // enables kInProcessGPU and sets kRendererProcessLimit to 1.
+ // Indicate that renderers are running in a sandbox. Enables
+ // kInProcessGPU and sets kRendererProcessLimit to 1.
// Native switch kWebViewSandboxedRenderer.
public static final String WEBVIEW_SANDBOXED_RENDERER = "webview-sandboxed-renderer";

Powered by Google App Engine
This is Rietveld 408576698