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

Unified Diff: chrome/browser/ui/gtk/constrained_window_gtk.h

Issue 6644002: [ChromeOS] Implement collected cookies in webui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: exclude for non-chromeos build Created 9 years, 9 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/ui/gtk/constrained_window_gtk.h
diff --git a/chrome/browser/ui/gtk/constrained_window_gtk.h b/chrome/browser/ui/gtk/constrained_window_gtk.h
index 90cd2eaa1498610676e37a590485bbaea4c28a58..e31f7f7e2509050d31b3a64096a82a9fdb1a6b8f 100644
--- a/chrome/browser/ui/gtk/constrained_window_gtk.h
+++ b/chrome/browser/ui/gtk/constrained_window_gtk.h
@@ -22,6 +22,10 @@ class TabContentsViewViews;
class TabContentsViewGtk;
#endif
+namespace gfx {
+class Insets;
+}
+
class ConstrainedWindowGtkDelegate {
public:
// Returns the widget that will be put in the constrained window's container.
@@ -36,6 +40,8 @@ class ConstrainedWindowGtkDelegate {
virtual bool GetBackgroundColor(GdkColor* color);
+ virtual gfx::Insets GetInsets() const;
+
protected:
virtual ~ConstrainedWindowGtkDelegate();
};

Powered by Google App Engine
This is Rietveld 408576698