| Index: chrome/browser/extensions/api/automation/automation_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/automation/automation_apitest.cc b/chrome/browser/extensions/api/automation/automation_apitest.cc
|
| index 87ce614914bc193fe566c2efcfcfa41d3196ff2d..5dc801dcc82aa4c31f92ae0e994606b2f4b7e6e4 100644
|
| --- a/chrome/browser/extensions/api/automation/automation_apitest.cc
|
| +++ b/chrome/browser/extensions/api/automation/automation_apitest.cc
|
| @@ -172,6 +172,11 @@ IN_PROC_BROWSER_TEST_F(AutomationApiTest, CloseTab) {
|
| << message_;
|
| }
|
|
|
| +IN_PROC_BROWSER_TEST_F(AutomationApiTest, DesktopLoadTabs) {
|
| + ASSERT_TRUE(RunExtensionSubtest("automation/tests/desktop", "load_tabs.html"))
|
| + << message_;
|
| +}
|
| +
|
| static const int kPid = 1;
|
| static const int kTab0Rid = 1;
|
| static const int kTab1Rid = 2;
|
|
|