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

Unified Diff: chrome/android/java/templates/MonochromeApplication.template

Issue 2640143002: Allow autoplay unmuted for WebAPK in the manifest scope (Closed)
Patch Set: fixed Android build and layout tests Created 3 years, 10 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/templates/MonochromeApplication.template
diff --git a/chrome/android/java/templates/MonochromeApplication.template b/chrome/android/java/templates/MonochromeApplication.template
index d721fbbab37984262b31019730ef02be9f43c13e..470c2d2f702c4c2a20910dc3cbaa6d65312a9d51 100644
--- a/chrome/android/java/templates/MonochromeApplication.template
+++ b/chrome/android/java/templates/MonochromeApplication.template
@@ -34,7 +34,8 @@ public class {{ monochrome_application_class }} extends {{ super_class }} {
// ChildProcessCreationParams is only needed for browser process, though it is
// created and set in all processes.
mChildProcessCreationParams = new ChildProcessCreationParams(getPackageName(),
- true /* isExternalService */, LibraryProcessType.PROCESS_CHILD);
+ true /* isExternalService */, LibraryProcessType.PROCESS_CHILD,
+ null /* additionalCommandLine */);
ChildProcessCreationParams.set(mChildProcessCreationParams);
}
}

Powered by Google App Engine
This is Rietveld 408576698