| Index: ash/system/chromeos/screen_layout_observer.h
|
| diff --git a/ash/system/chromeos/screen_layout_observer.h b/ash/system/chromeos/screen_layout_observer.h
|
| index 59409c66190944c9da3d7bc1c8d5c8440dfd5b26..10064ee046dd546f246bcf880f09e656dd8451ce 100644
|
| --- a/ash/system/chromeos/screen_layout_observer.h
|
| +++ b/ash/system/chromeos/screen_layout_observer.h
|
| @@ -29,6 +29,8 @@ class ASH_EXPORT ScreenLayoutObserver : public WmDisplayObserver {
|
| // Overridden from WmDisplayObserver:
|
| void OnDisplayConfigurationChanged() override;
|
|
|
| + static void SuppressNotificationsForTesting(bool suppress);
|
| +
|
| private:
|
| friend class ScreenLayoutObserverTest;
|
|
|
|
|