| Index: chrome/browser/ui/views/download/download_item_view.cc
|
| diff --git a/chrome/browser/ui/views/download/download_item_view.cc b/chrome/browser/ui/views/download/download_item_view.cc
|
| index 0e9182db2388fdb47f7bd59e13d9db4ee82ae2c4..3ff72010806de349d300a7896aabb129eeeacbae 100644
|
| --- a/chrome/browser/ui/views/download/download_item_view.cc
|
| +++ b/chrome/browser/ui/views/download/download_item_view.cc
|
| @@ -51,9 +51,7 @@
|
| // different screen resolutions.
|
| static const int kTextWidth = 140; // Pixels
|
| static const int kDangerousTextWidth = 200; // Pixels
|
| -static const int kHorizontalTextPadding = 2; // Pixels
|
| static const int kVerticalPadding = 3; // Pixels
|
| -static const int kVerticalTextSpacer = 2; // Pixels
|
| static const int kVerticalTextPadding = 2; // Pixels
|
| static const int kTooltipMaxWidth = 800; // Pixels
|
|
|
|
|