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

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

Issue 10702083: Add ContentViewDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: it builds (but other code in chrome/ doesn't...) Created 8 years, 5 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: 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 fab5ae898f83085d4496aca5f4318a3651a3f124..f9179c68264d06bcf04e227f7907f7ad45d3cb10 100644
--- a/content/browser/android/android_browser_process.cc
+++ b/content/browser/android/android_browser_process.cc
@@ -13,6 +13,7 @@
using base::android::ConvertJavaStringToUTF8;
+
static void SetCommandLineFlags(JNIEnv*env,
jclass clazz,
jint max_render_process_count,

Powered by Google App Engine
This is Rietveld 408576698