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

Side by Side Diff: trunk/src/content/public/browser/trace_controller.h

Issue 89753004: Revert 237280 "Remove TraceController" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_PUBLIC_BROWSER_TRACE_CONTROLLER_H_ 5 #ifndef CONTENT_PUBLIC_BROWSER_TRACE_CONTROLLER_H_
6 #define CONTENT_PUBLIC_BROWSER_TRACE_CONTROLLER_H_ 6 #define CONTENT_PUBLIC_BROWSER_TRACE_CONTROLLER_H_
7 7
8 #include "base/debug/trace_event.h" 8 #include "base/debug/trace_event.h"
9 #include "content/common/content_export.h" 9 #include "content/common/content_export.h"
10 10
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 virtual bool GetKnownCategoryGroupsAsync(TraceSubscriber* subscriber) = 0; 98 virtual bool GetKnownCategoryGroupsAsync(TraceSubscriber* subscriber) = 0;
99 99
100 protected: 100 protected:
101 virtual ~TraceController() {} 101 virtual ~TraceController() {}
102 }; 102 };
103 103
104 } // namespace content 104 } // namespace content
105 105
106 #endif // CONTENT_PUBLIC_BROWSER_TRACE_CONTROLLER_H_ 106 #endif // CONTENT_PUBLIC_BROWSER_TRACE_CONTROLLER_H_
107 107
OLDNEW
« no previous file with comments | « trunk/src/content/content_tests.gypi ('k') | trunk/src/content/public/browser/trace_subscriber.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698