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

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

Issue 11192014: Revert 162252 - Make Web Intents picker in Views conform to latest mocks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/intents/web_intent_picker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/constrained_window_constants.h
===================================================================
--- chrome/browser/ui/constrained_window_constants.h (revision 162255)
+++ chrome/browser/ui/constrained_window_constants.h (working copy)
@@ -5,8 +5,6 @@
#ifndef CHROME_BROWSER_UI_CONSTRAINED_WINDOW_CONSTANTS_H_
#define CHROME_BROWSER_UI_CONSTRAINED_WINDOW_CONSTANTS_H_
-#include "ui/base/resource/resource_bundle.h"
-
///////////////////////////////////////////////////////////////////////////////
// ConstrainedWindowConstants
//
@@ -16,7 +14,7 @@
public:
static const int kTitleTopPadding = 15; // Padding above the title.
static const int kHorizontalPadding = 20; // Left and right padding.
- static const int kClientTopPadding = 15; // Padding above the client view.
+ static const int kClientTopPadding = 18; // Padding above the client view.
static const int kClientBottomPadding = 20; // Padding below the client view.
static const int kCloseButtonPadding = 7; // Padding around the close button.
static const int kBorderRadius = 2; // Border radius for dialog corners.
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/intents/web_intent_picker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698