| 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 831194a1ebd119ef113d0b1956523b2a30f17707..439a20e897a6ce8d31476af9134d6b705f2683d0 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -2954,6 +2954,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;
|
|
|