| Index: chrome/test/pyautolib/pyautolib.i
|
| diff --git a/chrome/test/pyautolib/pyautolib.i b/chrome/test/pyautolib/pyautolib.i
|
| index 34ad6e29ef74727b8e1a6381d88f72a52d594375..68460e69689d11d7a7c05f7cdd9bb3ce2b309082 100644
|
| --- a/chrome/test/pyautolib/pyautolib.i
|
| +++ b/chrome/test/pyautolib/pyautolib.i
|
| @@ -180,6 +180,8 @@ class PyUITestBase {
|
| "before launching the browser. For internal use.") Initialize;
|
| void Initialize(const FilePath& browser_dir);
|
|
|
| + void UseNamedChannelID(const std::string& named_channel_id);
|
| +
|
| %feature("docstring",
|
| "Fires up the browser and opens a window.") SetUp;
|
| virtual void SetUp();
|
| @@ -369,7 +371,7 @@ class PyUITestBase {
|
| "Returns a JSON dict as a response. "
|
| "Internal method.")
|
| _SendJSONRequest;
|
| - std::string _SendJSONRequest(int window_index, std::string request);
|
| + std::string _SendJSONRequest(int window_index, const std::string& request);
|
|
|
| %feature("docstring", "Execute a string of javascript in the specified "
|
| "(window, tab, frame) and return a string.") ExecuteJavascript;
|
|
|