| OLD | NEW |
| 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 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 | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef CHROME_BROWSER_UI_BROWSER_DIALOGS_H_ | 5 #ifndef CHROME_BROWSER_UI_BROWSER_DIALOGS_H_ |
| 6 #define CHROME_BROWSER_UI_BROWSER_DIALOGS_H_ | 6 #define CHROME_BROWSER_UI_BROWSER_DIALOGS_H_ |
| 7 #pragma once | 7 #pragma once |
| 8 | 8 |
| 9 #include "chrome/browser/ui/dialog_style.h" | 9 #include "chrome/browser/ui/dialog_style.h" |
| 10 #include "ipc/ipc_message.h" | 10 #include "ipc/ipc_message.h" |
| 11 #include "ui/gfx/native_widget_types.h" | 11 #include "ui/gfx/native_widget_types.h" |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 void ConfirmAddSearchProvider(const TemplateURL* template_url, | 68 void ConfirmAddSearchProvider(const TemplateURL* template_url, |
| 69 Profile* profile); | 69 Profile* profile); |
| 70 | 70 |
| 71 // Shows a tab-modal dialog box. | 71 // Shows a tab-modal dialog box. |
| 72 void ShowTabModalConfirmDialog(TabModalConfirmDialogDelegate* delegate, | 72 void ShowTabModalConfirmDialog(TabModalConfirmDialogDelegate* delegate, |
| 73 TabContentsWrapper* wrapper); | 73 TabContentsWrapper* wrapper); |
| 74 | 74 |
| 75 } // namespace browser | 75 } // namespace browser |
| 76 | 76 |
| 77 #endif // CHROME_BROWSER_UI_BROWSER_DIALOGS_H_ | 77 #endif // CHROME_BROWSER_UI_BROWSER_DIALOGS_H_ |
| OLD | NEW |