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

Unified Diff: trunk/src/content/browser/android/tracing_controller_android.h

Issue 89753004: Revert 237280 "Remove TraceController" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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: trunk/src/content/browser/android/tracing_controller_android.h
===================================================================
--- trunk/src/content/browser/android/tracing_controller_android.h (revision 237451)
+++ trunk/src/content/browser/android/tracing_controller_android.h (working copy)
@@ -6,8 +6,7 @@
#define CONTENT_BROWSER_ANDROID_TRACING_CONTROLLER_ANDROID_H_
#include "base/android/jni_helper.h"
-#include "base/files/file_path.h"
-#include "base/memory/weak_ptr.h"
+#include "base/memory/scoped_ptr.h"
namespace content {
@@ -26,12 +25,13 @@
private:
~TracingControllerAndroid();
- void OnTracingStopped(const base::FilePath& file_path);
+ void OnTracingStopped();
JavaObjectWeakGlobalRef weak_java_object_;
- base::FilePath file_path_;
- base::WeakPtrFactory<TracingControllerAndroid> weak_factory_;
+ class Subscriber;
+ scoped_ptr<Subscriber> subscriber_;
+
DISALLOW_COPY_AND_ASSIGN(TracingControllerAndroid);
};
« no previous file with comments | « trunk/src/components/tracing/tracing_messages.h ('k') | trunk/src/content/browser/android/tracing_controller_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698