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

Unified Diff: chrome/browser/cookie_modal_dialog.h

Issue 1774005: GTK: The cookie prompt should allow the user to set expire date for HTML cookies (Closed) Base URL: git://codf21.jail.google.com/chromium.git
Patch Set: Fix tests Created 10 years, 8 months 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
Index: chrome/browser/cookie_modal_dialog.h
diff --git a/chrome/browser/cookie_modal_dialog.h b/chrome/browser/cookie_modal_dialog.h
index 8e1d5e49a62394afd4f8f987dc07e40e41230c9f..b8891ea40252b8bb47bc36599393a59b6b4b8ac8 100644
--- a/chrome/browser/cookie_modal_dialog.h
+++ b/chrome/browser/cookie_modal_dialog.h
@@ -133,6 +133,9 @@ class CookiePromptModalDialog : public AppModalDialog {
#if defined(OS_LINUX)
// The "remember this choice" radio button in the dialog.
GtkWidget* remember_radio_;
+
+ // The cookie view; we keep this to querry the result combobox.
+ GtkWidget* cookie_view_;
#endif
DISALLOW_COPY_AND_ASSIGN(CookiePromptModalDialog);
« no previous file with comments | « no previous file | chrome/browser/cookie_modal_dialog_gtk.cc » ('j') | chrome/browser/gtk/gtk_chrome_cookie_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698