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; |