| Index: chrome/browser/gtk/repost_form_warning_gtk.h
|
| diff --git a/chrome/browser/gtk/repost_form_warning_gtk.h b/chrome/browser/gtk/repost_form_warning_gtk.h
|
| index 8b6f168783777ad0033f7808f6fc3c1a9f470a3f..268b98e3a35daddefbaf8b4c1ab157498417313a 100644
|
| --- a/chrome/browser/gtk/repost_form_warning_gtk.h
|
| +++ b/chrome/browser/gtk/repost_form_warning_gtk.h
|
| @@ -11,6 +11,10 @@
|
|
|
| class NavigationController;
|
|
|
| +// Displays a dialog that warns the user that they are about to resubmit a form.
|
| +// To display the dialog, allocate this object on the heap. It will open the
|
| +// dialog from its constructor and then delete itself when the user dismisses
|
| +// the dialog.
|
| class RepostFormWarningGtk : public NotificationObserver {
|
| public:
|
| RepostFormWarningGtk(GtkWindow* parent,
|
|
|