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

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

Issue 11647013: Enable Tracing on content shell for Android (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Extend new class from stdio subscriber. Created 7 years, 12 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/browser_jni_registrar.cc
diff --git a/content/browser/android/browser_jni_registrar.cc b/content/browser/android/browser_jni_registrar.cc
index 15f859434c47facc57db6389cc4124388966d8ba..d5302a471cc9590671ec0d69e6791ebb3ae180b2 100644
--- a/content/browser/android/browser_jni_registrar.cc
+++ b/content/browser/android/browser_jni_registrar.cc
@@ -18,6 +18,7 @@
#include "content/browser/android/sandboxed_process_launcher.h"
#include "content/browser/android/surface_texture_peer_browser_impl.h"
#include "content/browser/android/touch_point.h"
+#include "content/browser/android/tracing_intent_handler.h"
#include "content/browser/android/web_contents_observer_android.h"
#include "content/browser/geolocation/location_api_adapter_android.h"
#include "content/browser/renderer_host/ime_adapter_android.h"
@@ -46,6 +47,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
{ "RegisterImeAdapter", content::RegisterImeAdapter },
{ "SandboxedProcessLauncher", content::RegisterSandboxedProcessLauncher },
{ "TouchPoint", content::RegisterTouchPoint },
+ { "TraceController", content::RegisterTracingIntentHandler },
Ted C 2013/01/04 17:40:48 TraceController -> TracingIntentHandler (w/ rename
{ "WebContentsObserverAndroid", content::RegisterWebContentsObserverAndroid },
{ "WebViewStatics", content::RegisterWebViewStatics },
};

Powered by Google App Engine
This is Rietveld 408576698