| Index: content/browser/android/tracing_controller_android.h
|
| diff --git a/content/browser/android/tracing_controller_android.h b/content/browser/android/tracing_controller_android.h
|
| index ab426d78997ef230f98ccb46961427c85fb4719e..60421b92ee3d4bf4359bc240b591ca81f539889e 100644
|
| --- a/content/browser/android/tracing_controller_android.h
|
| +++ b/content/browser/android/tracing_controller_android.h
|
| @@ -22,7 +22,7 @@ class TracingControllerAndroid {
|
| bool StartTracing(JNIEnv* env,
|
| jobject obj,
|
| jstring categories,
|
| - jboolean record_continuously);
|
| + jstring trace_options);
|
| void StopTracing(JNIEnv* env, jobject obj, jstring jfilepath);
|
| bool GetKnownCategoryGroupsAsync(JNIEnv* env, jobject obj);
|
| static void GenerateTracingFilePath(base::FilePath* file_path);
|
|
|