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

Unified Diff: content/browser/tracing/file_tracing_provider_impl.h

Issue 1149083012: Simplify file tracing end events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: thestig@ review Created 5 years, 6 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 | « base/trace_event/trace_event.h ('k') | content/browser/tracing/file_tracing_provider_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/tracing/file_tracing_provider_impl.h
diff --git a/content/browser/tracing/file_tracing_provider_impl.h b/content/browser/tracing/file_tracing_provider_impl.h
index e9daf9582ec6f37bf0287076e2433dc837a44ed8..ac6755860cd803af48fcb6abb3447026e5b23e5d 100644
--- a/content/browser/tracing/file_tracing_provider_impl.h
+++ b/content/browser/tracing/file_tracing_provider_impl.h
@@ -23,8 +23,7 @@ class FileTracingProviderImpl : public base::FileTracing::Provider {
void FileTracingDisable(void* id) override;
void FileTracingEventBegin(const char* name, void* id,
const base::FilePath& path, int64 size) override;
- void FileTracingEventEnd(const char* name, void* id,
- const base::FilePath& path, int64 size) override;
+ void FileTracingEventEnd(const char* name, void* id) override;
private:
DISALLOW_COPY_AND_ASSIGN(FileTracingProviderImpl);
« no previous file with comments | « base/trace_event/trace_event.h ('k') | content/browser/tracing/file_tracing_provider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698