| Index: chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/ui/find_bar/find_bar_host_browsertest.cc (revision 174946)
|
| +++ chrome/browser/ui/find_bar/find_bar_host_browsertest.cc (working copy)
|
| @@ -471,8 +471,8 @@
|
| bool FocusedOnPage(WebContents* web_contents, std::string* result) {
|
| return content::ExecuteJavaScriptAndExtractString(
|
| web_contents->GetRenderViewHost(),
|
| - "",
|
| - "window.domAutomationController.send(getFocusedElement());",
|
| + L"",
|
| + L"window.domAutomationController.send(getFocusedElement());",
|
| result);
|
| }
|
|
|
| @@ -516,8 +516,8 @@
|
| // Move the selection to link 1, after searching.
|
| ASSERT_TRUE(content::ExecuteJavaScriptAndExtractString(
|
| web_contents->GetRenderViewHost(),
|
| - "",
|
| - "window.domAutomationController.send(selectLink1());",
|
| + L"",
|
| + L"window.domAutomationController.send(selectLink1());",
|
| &result));
|
|
|
| // End the find session.
|
| @@ -590,8 +590,8 @@
|
| std::string result;
|
| ASSERT_TRUE(content::ExecuteJavaScriptAndExtractString(
|
| web_contents->GetRenderViewHost(),
|
| - "",
|
| - "window.domAutomationController.send(selectLink1());",
|
| + L"",
|
| + L"window.domAutomationController.send(selectLink1());",
|
| &result));
|
|
|
| // Do a find-next after the selection. This should move forward
|
| @@ -620,8 +620,8 @@
|
| std::string result;
|
| ASSERT_TRUE(content::ExecuteJavaScriptAndExtractString(
|
| web_contents->GetRenderViewHost(),
|
| - "",
|
| - "window.domAutomationController.send(selectSpan());",
|
| + std::wstring(),
|
| + L"window.domAutomationController.send(selectSpan());",
|
| &result));
|
|
|
| // Do a find-next after the selection. This should select the 2nd occurrence
|
|
|
| Property changes on: chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
|
| ___________________________________________________________________
|
| Deleted: svn:mergeinfo
|
|
|
|
|