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

Side by Side Diff: components/test_runner/mock_webrtc_peer_connection_handler.cc

Issue 1549993003: Switch to standard integer types in components/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 #include "components/test_runner/mock_webrtc_peer_connection_handler.h" 5 #include "components/test_runner/mock_webrtc_peer_connection_handler.h"
6 6
7 #include <stddef.h>
8
7 #include "components/test_runner/mock_constraints.h" 9 #include "components/test_runner/mock_constraints.h"
8 #include "components/test_runner/mock_webrtc_data_channel_handler.h" 10 #include "components/test_runner/mock_webrtc_data_channel_handler.h"
9 #include "components/test_runner/mock_webrtc_dtmf_sender_handler.h" 11 #include "components/test_runner/mock_webrtc_dtmf_sender_handler.h"
10 #include "components/test_runner/test_interfaces.h" 12 #include "components/test_runner/test_interfaces.h"
11 #include "components/test_runner/web_test_delegate.h" 13 #include "components/test_runner/web_test_delegate.h"
12 #include "third_party/WebKit/public/platform/WebMediaStream.h" 14 #include "third_party/WebKit/public/platform/WebMediaStream.h"
13 #include "third_party/WebKit/public/platform/WebMediaStreamSource.h" 15 #include "third_party/WebKit/public/platform/WebMediaStreamSource.h"
14 #include "third_party/WebKit/public/platform/WebMediaStreamTrack.h" 16 #include "third_party/WebKit/public/platform/WebMediaStreamTrack.h"
15 #include "third_party/WebKit/public/platform/WebRTCDataChannelInit.h" 17 #include "third_party/WebKit/public/platform/WebRTCDataChannelInit.h"
16 #include "third_party/WebKit/public/platform/WebRTCOfferOptions.h" 18 #include "third_party/WebKit/public/platform/WebRTCOfferOptions.h"
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 const WebMediaStreamTrack& track) { 403 const WebMediaStreamTrack& track) {
402 return new MockWebRTCDTMFSenderHandler(track, interfaces_->GetDelegate()); 404 return new MockWebRTCDTMFSenderHandler(track, interfaces_->GetDelegate());
403 } 405 }
404 406
405 void MockWebRTCPeerConnectionHandler::stop() { 407 void MockWebRTCPeerConnectionHandler::stop() {
406 stopped_ = true; 408 stopped_ = true;
407 task_list_.RevokeAll(); 409 task_list_.RevokeAll();
408 } 410 }
409 411
410 } // namespace test_runner 412 } // namespace test_runner
OLDNEW
« no previous file with comments | « components/test_runner/mock_webrtc_peer_connection_handler.h ('k') | components/test_runner/spell_check_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698