| 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 7068738463e24ae4fc5bd4a239916b88ef77c5d8..2977707b67444e3df0f664ab9b3b115334312aca 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -2905,6 +2905,9 @@ void TestingAutomationProvider::GetBrowserInfo(
|
| case chrome::VIEW_TYPE_EXTENSION_DIALOG:
|
| type = "EXTENSION_DIALOG";
|
| break;
|
| + case chrome::VIEW_TYPE_APP_SHELL:
|
| + type = "APP_SHELL";
|
| + break;
|
| default:
|
| type = "unknown";
|
| break;
|
|
|