Chromium Code Reviews| 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..dbddb7eecf670bc8ae68eceb7b6109da072e5d9f 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 at the same time. |
|
oshima
2013/08/13 01:10:03
nit
s/at the same time/upon invocation/ (or just
Jun Mukai
2013/08/13 02:24:11
Done.
|
| + void AcceptResolutionChange(bool close_notification); |
| // Called by the notification delegate when the user wants to revert the |
| // display resolution change. |