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

Unified Diff: chrome/browser/gtk/options/cookies_view.h

Issue 173331: More Gtk Cookies View polish. (Closed)
Patch Set: Remove column from list_store too. Created 11 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/gtk/options/cookies_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8c565c7662f0b4e8e3eb9f78ca12bcb5cf288f91..c230dc8a54866bc7b53ee351f307b5c03d144e6e 100644
--- a/chrome/browser/gtk/options/cookies_view.h
+++ b/chrome/browser/gtk/options/cookies_view.h
@@ -39,7 +39,6 @@ class CookiesView : public gtk_tree::ModelAdapter::Delegate {
private:
// Column ids for |list_store_|.
enum {
- COL_ICON,
COL_SITE,
COL_COOKIE_NAME,
COL_COUNT,
« no previous file with comments | « no previous file | chrome/browser/gtk/options/cookies_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698