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

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: sync, address evan and oshima's comemnts #1 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..ff3f1d44f9eef7fb975f741f5c7ff5df8b658ba8 100644
--- a/chrome/browser/ui/gtk/constrained_window_gtk.h
+++ b/chrome/browser/ui/gtk/constrained_window_gtk.h
@@ -36,6 +36,8 @@ class ConstrainedWindowGtkDelegate {
virtual bool GetBackgroundColor(GdkColor* color);
+ virtual bool ShouldHaveBorderPadding() const;
oshima 2011/03/10 17:46:11 Comment?
xiyuan 2011/03/10 17:54:50 Done.
+
protected:
virtual ~ConstrainedWindowGtkDelegate();
};

Powered by Google App Engine
This is Rietveld 408576698