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

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

Issue 12150004: Category group support/Renamings. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: More renamings and category filter cleanups. Created 7 years, 10 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: chrome/browser/automation/automation_provider.h
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
index a288308a3a3738a009beb040d2e0f220ba67b633..caa61d1dcf0912a6739af9399886b5ee50e6a272 100644
--- a/chrome/browser/automation/automation_provider.h
+++ b/chrome/browser/automation/automation_provider.h
@@ -255,7 +255,7 @@ class AutomationProvider
// for information on the arguments.
void JavaScriptStressTestControl(int handle, int cmd, int param);
- void BeginTracing(const std::string& categories, bool* success);
+ void BeginTracing(const std::string& category_patterns, bool* success);
void EndTracing(IPC::Message* reply_message);
void GetTracingOutput(std::string* chunk, bool* success);

Powered by Google App Engine
This is Rietveld 408576698