Chromium Code Reviews| Index: content/public/browser/tracing_controller.h |
| diff --git a/content/public/browser/tracing_controller.h b/content/public/browser/tracing_controller.h |
| index 68184a5a844deaa2cb752643ccfb6a1e57fe011d..f602749b634b1eed33c72bebce1055b938cdeb3b 100644 |
| --- a/content/public/browser/tracing_controller.h |
| +++ b/content/public/browser/tracing_controller.h |
| @@ -150,7 +150,7 @@ class TracingController { |
| virtual bool GetTraceBufferPercentFull( |
| const GetTraceBufferPercentFullCallback& callback) = 0; |
| - // |callback| will will be called every time the given event occurs on any |
|
nduca
2014/02/21 05:22:10
by changing this file you are requiring an additio
etienneb
2014/02/24 14:59:33
Done.
|
| + // |callback| will be called every time the given event occurs on any |
| // process. |
| typedef base::Callback<void()> WatchEventCallback; |
| virtual bool SetWatchEvent(const std::string& category_name, |