| Index: chrome/browser/ui/views/download/download_item_view_md.h
|
| diff --git a/chrome/browser/ui/views/download/download_item_view_md.h b/chrome/browser/ui/views/download/download_item_view_md.h
|
| index 196c0e7e31c577e6177e5e1a5a85ff1c90993f1d..19a530373f5a77687f665602d99a0d9fe1f6e648 100644
|
| --- a/chrome/browser/ui/views/download/download_item_view_md.h
|
| +++ b/chrome/browser/ui/views/download/download_item_view_md.h
|
| @@ -213,6 +213,9 @@ class DownloadItemViewMd : public views::ButtonListener,
|
| State to,
|
| gfx::SlideAnimation* animation);
|
|
|
| + // Callback for |progress_timer_|.
|
| + void ProgressTimerFired();
|
| +
|
| // Returns the base text color.
|
| SkColor GetTextColor();
|
|
|
|
|