| Index: chrome/test/data/webrtc/manual/peerconnection.js
|
| diff --git a/chrome/test/data/webrtc/manual/peerconnection.js b/chrome/test/data/webrtc/manual/peerconnection.js
|
| index af15e5b75b5f7abedee58d5b7a5bfc69c97a2c01..58a9691890b45ea82ff976bd5684208e927ca5d6 100644
|
| --- a/chrome/test/data/webrtc/manual/peerconnection.js
|
| +++ b/chrome/test/data/webrtc/manual/peerconnection.js
|
| @@ -199,7 +199,8 @@ function clearLog() {
|
|
|
| /**
|
| * Prepopulate constraints from JS to the UI and setup callbacks in the scripts
|
| - * shared with PyAuto tests. Enumerates devices available via getUserMedia.
|
| + * shared with browser tests or automated tests. Enumerates devices available
|
| + * via getUserMedia.
|
| */
|
| window.onload = function() {
|
| $('pc-createoffer-constraints').value = JSON.stringify(
|
|
|