| Index: chrome/test/chromedriver/chrome_impl.h
|
| diff --git a/chrome/test/chromedriver/chrome_impl.h b/chrome/test/chromedriver/chrome_impl.h
|
| index a0e7b7e58c833e74c8733be14f39d12d18b99f32..2033ef795a698a6f510cda4d99da5535aeb5296b 100644
|
| --- a/chrome/test/chromedriver/chrome_impl.h
|
| +++ b/chrome/test/chromedriver/chrome_impl.h
|
| @@ -85,6 +85,8 @@ Status EvaluateScriptAndGetValue(DevToolsClient* client,
|
| int context_id,
|
| const std::string& expression,
|
| scoped_ptr<base::Value>* result);
|
| +Status ParseCallFunctionResult(const base::Value& temp_result,
|
| + scoped_ptr<base::Value>* result);
|
| Status GetNodeIdFromFunction(DevToolsClient* client,
|
| int context_id,
|
| const std::string& function,
|
|
|