| Index: ash/display/resolution_notification_controller.h
|
| diff --git a/ash/display/resolution_notification_controller.h b/ash/display/resolution_notification_controller.h
|
| index 4de39c29e71539710b5319e35d728aa16f350b9a..14e6b5938881e2c9b59ca9e523e948f562f0799b 100644
|
| --- a/ash/display/resolution_notification_controller.h
|
| +++ b/ash/display/resolution_notification_controller.h
|
| @@ -50,8 +50,9 @@ class ASH_EXPORT ResolutionNotificationController
|
| bool DoesNotificationTimeout();
|
|
|
| // Called by the notification delegate when the user accepts the display
|
| - // resolution change.
|
| - void AcceptResolutionChange();
|
| + // resolution change. Set |close_notification| to true when the notification
|
| + // should be removed.
|
| + void AcceptResolutionChange(bool close_notification);
|
|
|
| // Called by the notification delegate when the user wants to revert the
|
| // display resolution change.
|
|
|