Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1743)

Unified Diff: chrome/browser/gtk/repost_form_warning_gtk.h

Issue 354009: Address post-submit comments from http://codereview.chromium.org/327009 . (Closed)
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/cocoa/repost_form_warning_mac.mm ('k') | chrome/browser/views/repost_form_warning_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/cocoa/repost_form_warning_mac.mm ('k') | chrome/browser/views/repost_form_warning_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698