| Index: chrome/browser/ui/simple_message_box.h
|
| diff --git a/chrome/browser/ui/simple_message_box.h b/chrome/browser/ui/simple_message_box.h
|
| index c28937929e0ec9a4728a1062bf982ecb2656d146..e4a155bd2561bd6dc6f9c847fce6475d55eada75 100644
|
| --- a/chrome/browser/ui/simple_message_box.h
|
| +++ b/chrome/browser/ui/simple_message_box.h
|
| @@ -19,8 +19,7 @@ enum MessageBoxType {
|
| MESSAGE_BOX_TYPE_INFORMATION, // Shows an OK button.
|
| MESSAGE_BOX_TYPE_WARNING, // Shows an OK button.
|
| MESSAGE_BOX_TYPE_QUESTION, // Shows YES and NO buttons.
|
| - MESSAGE_BOX_TYPE_OK_CANCEL, // Shows OK and CANCEL buttons (Windows or aura
|
| - // only).
|
| + MESSAGE_BOX_TYPE_OK_CANCEL, // Shows OK and CANCEL buttons (Aura only).
|
| };
|
|
|
| // Shows a dialog box with the given |title| and |message|. If |parent| is
|
|
|