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

Side by Side Diff: chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api.h

Issue 2307083002: Cleanup: move WebRTC related files from chrome/browser/media to chrome/browser/media/webrtc/ (Closed)
Patch Set: Removed file wrongly resuscitated during rebase Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 CHROME_BROWSER_EXTENSIONS_API_WEBRTC_LOGGING_PRIVATE_WEBRTC_LOGGING_PRIV ATE_API_H_ 5 #ifndef CHROME_BROWSER_EXTENSIONS_API_WEBRTC_LOGGING_PRIVATE_WEBRTC_LOGGING_PRIV ATE_API_H_
6 #define CHROME_BROWSER_EXTENSIONS_API_WEBRTC_LOGGING_PRIVATE_WEBRTC_LOGGING_PRIV ATE_API_H_ 6 #define CHROME_BROWSER_EXTENSIONS_API_WEBRTC_LOGGING_PRIVATE_WEBRTC_LOGGING_PRIV ATE_API_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "chrome/browser/extensions/chrome_extension_function.h" 10 #include "chrome/browser/extensions/chrome_extension_function.h"
11 #if defined(ENABLE_WEBRTC) 11 #if defined(ENABLE_WEBRTC)
12 #include "chrome/browser/media/audio_debug_recordings_handler.h" 12 #include "chrome/browser/media/audio_debug_recordings_handler.h"
13 #include "chrome/browser/media/webrtc_event_log_handler.h" 13 #include "chrome/browser/media/webrtc/webrtc_event_log_handler.h"
14 #include "chrome/browser/media/webrtc_logging_handler_host.h" 14 #include "chrome/browser/media/webrtc/webrtc_logging_handler_host.h"
15 #endif 15 #endif
16 #include "chrome/common/extensions/api/webrtc_logging_private.h" 16 #include "chrome/common/extensions/api/webrtc_logging_private.h"
17 17
18 namespace content { 18 namespace content {
19 19
20 class RenderProcessHost; 20 class RenderProcessHost;
21 21
22 } 22 }
23 23
24 namespace extensions { 24 namespace extensions {
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 private: 279 private:
280 ~WebrtcLoggingPrivateStopWebRtcEventLoggingFunction() override {} 280 ~WebrtcLoggingPrivateStopWebRtcEventLoggingFunction() override {}
281 281
282 // ExtensionFunction overrides. 282 // ExtensionFunction overrides.
283 bool RunAsync() override; 283 bool RunAsync() override;
284 }; 284 };
285 285
286 } // namespace extensions 286 } // namespace extensions
287 287
288 #endif // CHROME_BROWSER_EXTENSIONS_API_WEBRTC_LOGGING_PRIVATE_WEBRTC_LOGGING_P RIVATE_API_H_ 288 #endif // CHROME_BROWSER_EXTENSIONS_API_WEBRTC_LOGGING_PRIVATE_WEBRTC_LOGGING_P RIVATE_API_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698