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

Side by Side Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2631433002: Rename RTCPeerConnection.updateIce to setConfiguration and make it work. (Closed)
Patch Set: Rebase. Created 3 years, 10 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 /* 1 /*
2 * Copyright (C) 2012 Google, Inc. All rights reserved. 2 * Copyright (C) 2012 Google, Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 1279 matching lines...) Expand 10 before | Expand all | Expand 10 after
1290 GamepadPoseAngularAcceleration = 1636, 1290 GamepadPoseAngularAcceleration = 1636,
1291 V8RTCDataChannel_MaxRetransmitTime_AttributeGetter = 1638, 1291 V8RTCDataChannel_MaxRetransmitTime_AttributeGetter = 1638,
1292 V8RTCDataChannel_MaxRetransmits_AttributeGetter = 1639, 1292 V8RTCDataChannel_MaxRetransmits_AttributeGetter = 1639,
1293 V8RTCDataChannel_Reliable_AttributeGetter = 1640, 1293 V8RTCDataChannel_Reliable_AttributeGetter = 1640,
1294 V8RTCPeerConnection_AddStream_Method = 1641, 1294 V8RTCPeerConnection_AddStream_Method = 1641,
1295 V8RTCPeerConnection_CreateDTMFSender_Method = 1642, 1295 V8RTCPeerConnection_CreateDTMFSender_Method = 1642,
1296 V8RTCPeerConnection_GetLocalStreams_Method = 1643, 1296 V8RTCPeerConnection_GetLocalStreams_Method = 1643,
1297 V8RTCPeerConnection_GetRemoteStreams_Method = 1644, 1297 V8RTCPeerConnection_GetRemoteStreams_Method = 1644,
1298 V8RTCPeerConnection_GetStreamById_Method = 1645, 1298 V8RTCPeerConnection_GetStreamById_Method = 1645,
1299 V8RTCPeerConnection_RemoveStream_Method = 1646, 1299 V8RTCPeerConnection_RemoveStream_Method = 1646,
1300 V8RTCPeerConnection_UpdateIce_Method = 1647,
1301 RTCPeerConnectionCreateDataChannelMaxRetransmitTime = 1648, 1300 RTCPeerConnectionCreateDataChannelMaxRetransmitTime = 1648,
1302 RTCPeerConnectionCreateDataChannelMaxRetransmits = 1649, 1301 RTCPeerConnectionCreateDataChannelMaxRetransmits = 1649,
1303 AudioContextCreateConstantSource = 1650, 1302 AudioContextCreateConstantSource = 1650,
1304 WebAudioConstantSourceNode = 1651, 1303 WebAudioConstantSourceNode = 1651,
1305 LoopbackEmbeddedInSecureContext = 1652, 1304 LoopbackEmbeddedInSecureContext = 1652,
1306 LoopbackEmbeddedInNonSecureContext = 1653, 1305 LoopbackEmbeddedInNonSecureContext = 1653,
1307 BlinkMacSystemFont = 1654, 1306 BlinkMacSystemFont = 1654,
1308 RTCConfigurationIceTransportsNone = 1655, 1307 RTCConfigurationIceTransportsNone = 1655,
1309 RTCIceServerURL = 1656, 1308 RTCIceServerURL = 1656,
1310 RTCIceServerURLs = 1657, 1309 RTCIceServerURLs = 1657,
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
1520 // Tracks what features/properties need to be reported to the legacy 1519 // Tracks what features/properties need to be reported to the legacy
1521 // histograms. 1520 // histograms.
1522 BitVector m_featureBits; 1521 BitVector m_featureBits;
1523 BitVector m_CSSBits; 1522 BitVector m_CSSBits;
1524 } m_legacyCounter; 1523 } m_legacyCounter;
1525 }; 1524 };
1526 1525
1527 } // namespace blink 1526 } // namespace blink
1528 1527
1529 #endif // UseCounter_h 1528 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698