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

Side by Side Diff: chrome/browser/ui/constrained_window_constants.cc

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: Add a .cc file for constants to be able to compile in debug mode 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/browser/ui/constrained_window_constants.h"
6
7 const int ConstrainedWindowConstants::kTitleTopPadding = 15;
8 const int ConstrainedWindowConstants::kHorizontalPadding = 20;
9 const int ConstrainedWindowConstants::kClientTopPadding = 15;
10 const int ConstrainedWindowConstants::kClientBottomPadding = 20;
11 const int ConstrainedWindowConstants::kCloseButtonPadding = 7;
12 const int ConstrainedWindowConstants::kBorderRadius = 2;
13 const int ConstrainedWindowConstants::kRowPadding = 20;
14
15 const ui::ResourceBundle::FontStyle ConstrainedWindowConstants::kTextFontStyle =
16 ui::ResourceBundle::BaseFont;
17 const ui::ResourceBundle::FontStyle
18 ConstrainedWindowConstants::kBoldTextFontStyle =
19 ui::ResourceBundle::BoldFont;
20 const ui::ResourceBundle::FontStyle
21 ConstrainedWindowConstants::kTitleFontStyle =
22 ui::ResourceBundle::MediumFont;
OLDNEW
« no previous file with comments | « chrome/browser/ui/constrained_window_constants.h ('k') | chrome/browser/ui/intents/web_intent_picker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698