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

Unified Diff: content/browser/trace_controller_impl.h

Issue 10855062: Allow use of the chrome trace categories string from the tracing ui internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update DEPS for trace-viewer changes. Created 8 years, 4 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/browser/ui/webui/tracing_ui.cc ('k') | content/browser/trace_controller_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/trace_controller_impl.h
diff --git a/content/browser/trace_controller_impl.h b/content/browser/trace_controller_impl.h
index 3564bb3282bfb02297a6234b01c2381a7354ac6d..18fd5391533088fdea6b71fbf0b7c4f8ba56dd1b 100644
--- a/content/browser/trace_controller_impl.h
+++ b/content/browser/trace_controller_impl.h
@@ -28,7 +28,7 @@ class TraceControllerImpl : public TraceController {
// Get set of known categories. This can change as new code paths are reached.
// If true is returned, subscriber->OnKnownCategoriesCollected will be called
- // when once the categories are retrieved from child processes.
+ // once the categories are retrieved from child processes.
bool GetKnownCategoriesAsync(TraceSubscriber* subscriber);
// Same as above, but specifies which categories to trace.
@@ -41,7 +41,6 @@ class TraceControllerImpl : public TraceController {
const std::vector<std::string>& excluded_categories);
// TraceController implementation:
- virtual bool BeginTracing(TraceSubscriber* subscriber) OVERRIDE;
virtual bool BeginTracing(TraceSubscriber* subscriber,
const std::string& categories) OVERRIDE;
virtual bool EndTracingAsync(TraceSubscriber* subscriber) OVERRIDE;
« no previous file with comments | « chrome/browser/ui/webui/tracing_ui.cc ('k') | content/browser/trace_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698