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

Unified Diff: chrome/browser/ui/constrained_window.h

Issue 11044020: Make Web Intents picker in Views conform to latest mocks (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Move link underline into a separate CL Created 8 years, 2 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/constrained_window.h
diff --git a/chrome/browser/ui/constrained_window.h b/chrome/browser/ui/constrained_window.h
index 678686fb05be4f64c5a0fbec19eba6e6564727d8..788c16ef8716c7b744cefb4b12239f5c31679de9 100644
--- a/chrome/browser/ui/constrained_window.h
+++ b/chrome/browser/ui/constrained_window.h
@@ -8,6 +8,7 @@
#include "build/build_config.h"
#include "third_party/skia/include/core/SkColor.h"
#include "ui/base/resource/resource_bundle.h"
+#include "ui/gfx/insets.h"
#include "ui/gfx/native_widget_types.h"
///////////////////////////////////////////////////////////////////////////////
@@ -23,6 +24,7 @@ class ConstrainedWindow {
static SkColor GetTextColor(); // Dialog text color.
static SkColor GetLinkColor(); // Dialog link color.
static SkColor GetSeparatorColor(); // Dialog separator color.
+ static gfx::Insets GetDefaultInsets(); // Default insets for the dialog.
// Makes the Constrained Window visible. Only one Constrained Window is shown
// at a time per tab.

Powered by Google App Engine
This is Rietveld 408576698