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

Side by Side Diff: chrome/browser/ui/infobar_constants.h

Issue 752853005: Remove dependency from infobars component to the embedder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 2014 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 #ifndef CHROME_BROWSER_UI_INFOBAR_CONSTANTS_H_
6 #define CHROME_BROWSER_UI_INFOBAR_CONSTANTS_H_
7
8 namespace infobars {
9
10 // Constants used to configure infobar component via InfoBar::Initialize()
11 // (see components/infobars/core/infobar.h). The values depends on the UI
12 // system used.
13 extern const int kSeparatorLineHeight;
14 extern const int kDefaultArrowTargetHeight;
15 extern const int kMaximumArrowTargetHeight;
16 extern const int kDefaultArrowTargetHalfWidth;
17 extern const int kMaximumArrowTargetHalfWidth;
18 extern const int kDefaultBarTargetHeight;
19
20 } // namespace infobars
21
22 #endif // CHROME_BROWSER_UI_INFOBAR_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/infobars/infobar_utilities.mm ('k') | chrome/browser/ui/ios/infobars/infobar_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698