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

Unified Diff: chrome/browser/ui/views/download/download_in_progress_dialog_view.h

Issue 15060010: Remove the download in progress dialog black border. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « no previous file | chrome/browser/ui/views/download/download_in_progress_dialog_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/download/download_in_progress_dialog_view.h
diff --git a/chrome/browser/ui/views/download/download_in_progress_dialog_view.h b/chrome/browser/ui/views/download/download_in_progress_dialog_view.h
index ab1484f285b21dc6cb9dbddeeef81985dffd3d16..cf53d3f976619b38b12536a487626acb269cdb83 100644
--- a/chrome/browser/ui/views/download/download_in_progress_dialog_view.h
+++ b/chrome/browser/ui/views/download/download_in_progress_dialog_view.h
@@ -17,7 +17,7 @@ class MessageBoxView;
class DownloadInProgressDialogView : public views::DialogDelegate {
public:
- static void Show(Browser* browser, gfx::NativeWindow parent_window);
+ static void Show(Browser* browser, gfx::NativeWindow parent);
private:
explicit DownloadInProgressDialogView(Browser* browser);
« no previous file with comments | « no previous file | chrome/browser/ui/views/download/download_in_progress_dialog_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698