| Index: chrome/browser/ui/ash/system_tray_client.h
|
| diff --git a/chrome/browser/ui/ash/system_tray_client.h b/chrome/browser/ui/ash/system_tray_client.h
|
| index 4c18fc1e48dd4227a8c8ad43be0c46a5a6632c48..2c5787595e166d03324c427c7be49e9fda2ef982 100644
|
| --- a/chrome/browser/ui/ash/system_tray_client.h
|
| +++ b/chrome/browser/ui/ash/system_tray_client.h
|
| @@ -16,6 +16,9 @@
|
| class SystemTrayClient : public ash::mojom::SystemTrayClient,
|
| public chromeos::system::SystemClockObserver {
|
| public:
|
| + static const char kDisplaySettingsSubPageName[];
|
| + static const char kDisplayOverscanSettingsSubPageName[];
|
| +
|
| SystemTrayClient();
|
| ~SystemTrayClient() override;
|
|
|
|
|