| Index: chrome/browser/automation/testing_automation_provider.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
|
| index b1af9f2ca8a73834526cfa14a16dd17b459b8cff..856ceb6cb6044f3af1ff493c639aa5284307e237 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -613,7 +613,8 @@ void TestingAutomationProvider::GetBrowserWindowCount(int* window_count) {
|
| }
|
|
|
| void TestingAutomationProvider::GetNormalBrowserWindowCount(int* window_count) {
|
| - *window_count = static_cast<int>(chrome::GetTabbedBrowserCount(profile_));
|
| + *window_count = static_cast<int>(chrome::GetTabbedBrowserCount(
|
| + profile_, chrome::HOST_DESKTOP_TYPE_NATIVE));
|
| }
|
|
|
| void TestingAutomationProvider::GetBrowserWindow(int index, int* handle) {
|
|
|