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

Unified Diff: content/browser/android/android_browser_process.cc

Issue 11012003: Clean up Android default command line flags. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 8 years, 3 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
« no previous file with comments | « no previous file | content/browser/android/content_startup_flags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/android_browser_process.cc
diff --git a/content/browser/android/android_browser_process.cc b/content/browser/android/android_browser_process.cc
index 6d887cb7eb4d2123be7beceeed6dc1eb267b6669..6a7f98139b386c06a0895d518eabc8b77fe399ed 100644
--- a/content/browser/android/android_browser_process.cc
+++ b/content/browser/android/android_browser_process.cc
@@ -17,10 +17,8 @@ namespace content {
static void SetCommandLineFlags(JNIEnv*env,
jclass clazz,
- jint max_render_process_count,
- jstring plugin_descriptor) {
- std::string plugin_str = ConvertJavaStringToUTF8(env, plugin_descriptor);
- SetContentCommandLineFlags(max_render_process_count, plugin_str);
+ jint max_render_process_count) {
+ SetContentCommandLineFlags(max_render_process_count);
}
static jboolean IsOfficialBuild(JNIEnv* env, jclass clazz) {
« no previous file with comments | « no previous file | content/browser/android/content_startup_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698