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

Unified Diff: chrome/browser/gtk/options/cookies_view.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/gtk/options/cookies_view.h
diff --git a/chrome/browser/gtk/options/cookies_view.h b/chrome/browser/gtk/options/cookies_view.h
index 84465c43b445700bfb922bacdd1850ee4d1d431f..32493060a7428a77a6aa2e210ccee9e1cf01fd87 100644
--- a/chrome/browser/gtk/options/cookies_view.h
+++ b/chrome/browser/gtk/options/cookies_view.h
@@ -103,7 +103,7 @@ class CookiesView : public gtk_tree::TreeAdapter::Delegate {
GtkWidget* tree_;
GtkTreeSelection* selection_;
- GtkChromeCookieView* cookie_display_;
+ GtkWidget* cookie_display_;
// The profile and related helpers.
Profile* profile_;

Powered by Google App Engine
This is Rietveld 408576698