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

Unified Diff: chrome/common/automation_messages_internal.h

Issue 67683003: Remove TraceController (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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: chrome/common/automation_messages_internal.h
diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h
index 1070dad47ffecfaf7e2e7e9eea2fb44868c50de5..0625ef9aa5c9d6d56fccabef233f4a89bafa4fee 100644
--- a/chrome/common/automation_messages_internal.h
+++ b/chrome/common/automation_messages_internal.h
@@ -934,15 +934,7 @@ IPC_SYNC_MESSAGE_CONTROL1_1(AutomationMsg_BeginTracing,
// End tracing (called after BeginTracing). This blocks until tracing has
// stopped on all processes and all the events are ready to be retrieved.
IPC_SYNC_MESSAGE_CONTROL0_2(AutomationMsg_EndTracing,
- size_t /* num_trace_chunks */,
- bool /* success */)
-
-// Retrieve trace event data (called after EndTracing). Must call exactly
-// |num_trace_chunks| times.
-// TODO(jbates): See bug 100255, IPC send fails if message is too big. This
-// code can be removed if that limitation is fixed.
-IPC_SYNC_MESSAGE_CONTROL0_2(AutomationMsg_GetTracingOutput,
- std::string /* trace_chunk */,
+ base::FilePath /* result_file_path */,
bool /* success */)
// Used on Mac OS X to read the number of active Mach ports used in the browser

Powered by Google App Engine
This is Rietveld 408576698