summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/testing_automation_provider.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/automation/testing_automation_provider.cc')
-rw-r--r--chrome/browser/automation/testing_automation_provider.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
index 3daf716..29c397f 100644
--- a/chrome/browser/automation/testing_automation_provider.cc
+++ b/chrome/browser/automation/testing_automation_provider.cc
@@ -2987,6 +2987,9 @@ void TestingAutomationProvider::GetBrowserInfo(
case chrome::VIEW_TYPE_APP_SHELL:
type = "APP_SHELL";
break;
+ case chrome::VIEW_TYPE_PANEL:
+ type = "PANEL";
+ break;
default:
type = "unknown";
break;