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

Side by Side Diff: chrome/browser/gtk/gtk_tree.h

Issue 3108029: Display an infobar when content settings were created. (Closed)
Patch Set: updates Created 10 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_GTK_GTK_TREE_H_ 5 #ifndef CHROME_BROWSER_GTK_GTK_TREE_H_
6 #define CHROME_BROWSER_GTK_GTK_TREE_H_ 6 #define CHROME_BROWSER_GTK_GTK_TREE_H_
7 #pragma once 7 #pragma once
8 8
9 #include <gtk/gtk.h> 9 #include <gtk/gtk.h>
10 #include <set> 10 #include <set>
11 #include <vector> 11 #include <vector>
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 // The returned path should be freed with gtk_tree_path_free. 153 // The returned path should be freed with gtk_tree_path_free.
154 GtkTreePath* GetTreePath(TreeModelNode* node); 154 GtkTreePath* GetTreePath(TreeModelNode* node);
155 155
156 // Get the GtkTreeIter in the tree store for the given node. 156 // Get the GtkTreeIter in the tree store for the given node.
157 bool GetTreeIter(TreeModelNode* node, GtkTreeIter* iter); 157 bool GetTreeIter(TreeModelNode* node, GtkTreeIter* iter);
158 158
159 Delegate* delegate_; 159 Delegate* delegate_;
160 GtkTreeStore* tree_store_; 160 GtkTreeStore* tree_store_;
161 TreeModel* tree_model_; 161 TreeModel* tree_model_;
162 std::vector<GdkPixbuf*> pixbufs_; 162 std::vector<GdkPixbuf*> pixbufs_;
163
164 DISALLOW_COPY_AND_ASSIGN(TreeAdapter);
163 }; 165 };
164 166
165 } // namespace gtk_tree 167 } // namespace gtk_tree
166 168
167 #endif // CHROME_BROWSER_GTK_GTK_TREE_H_ 169 #endif // CHROME_BROWSER_GTK_GTK_TREE_H_
OLDNEW
« no previous file with comments | « chrome/browser/gtk/collected_cookies_gtk.cc ('k') | chrome/browser/host_content_settings_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698