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

Unified Diff: chrome/browser/automation/automation_provider.cc

Issue 6955006: Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial land attempt at htt... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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
« no previous file with comments | « chrome/app/client_util.cc ('k') | chrome/browser/automation/automation_provider_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_provider.cc
===================================================================
--- chrome/browser/automation/automation_provider.cc (revision 84493)
+++ chrome/browser/automation/automation_provider.cc (working copy)
@@ -111,7 +111,7 @@
is_connected_(false),
initial_tab_loads_complete_(false),
network_library_initialized_(true) {
- TRACE_EVENT_BEGIN_ETW("AutomationProvider::AutomationProvider", 0, "");
+ TRACE_EVENT_BEGIN("AutomationProvider::AutomationProvider", 0, "");
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
@@ -126,7 +126,7 @@
new ExtensionTestResultNotificationObserver(this));
g_browser_process->AddRefModule();
- TRACE_EVENT_END_ETW("AutomationProvider::AutomationProvider", 0, "");
+ TRACE_EVENT_END("AutomationProvider::AutomationProvider", 0, "");
}
AutomationProvider::~AutomationProvider() {
@@ -137,7 +137,7 @@
}
bool AutomationProvider::InitializeChannel(const std::string& channel_id) {
- TRACE_EVENT_BEGIN_ETW("AutomationProvider::InitializeChannel", 0, "");
+ TRACE_EVENT_BEGIN("AutomationProvider::InitializeChannel", 0, "");
channel_id_ = channel_id;
std::string effective_channel_id = channel_id;
@@ -176,7 +176,7 @@
delete observer;
#endif
- TRACE_EVENT_END_ETW("AutomationProvider::InitializeChannel", 0, "");
+ TRACE_EVENT_END("AutomationProvider::InitializeChannel", 0, "");
return true;
}
« no previous file with comments | « chrome/app/client_util.cc ('k') | chrome/browser/automation/automation_provider_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698