Chromium Code Reviews| Index: chrome/browser/extensions/chrome_extension_chooser_dialog.h |
| diff --git a/chrome/browser/extensions/chrome_extension_chooser_dialog.h b/chrome/browser/extensions/chrome_extension_chooser_dialog.h |
| index d474e3e59e8a91bc974c58901f5276af74f66e5f..85c2f326e87a17b0e9f4d1b633269240fd17e9ee 100644 |
| --- a/chrome/browser/extensions/chrome_extension_chooser_dialog.h |
| +++ b/chrome/browser/extensions/chrome_extension_chooser_dialog.h |
| @@ -6,7 +6,6 @@ |
| #define CHROME_BROWSER_EXTENSIONS_CHROME_EXTENSION_CHOOSER_DIALOG_H_ |
| #include "base/macros.h" |
| -#include "build/build_config.h" |
| class ChooserController; |
| @@ -22,11 +21,7 @@ class ChromeExtensionChooserDialog { |
| content::WebContents* web_contents() const { return web_contents_; } |
| -// TODO(juncai): remove this preprocessor directive once the non-Mac |
|
msw
2016/06/03 19:46:24
I'm confused, why remove this if the CL is for "no
juncai
2016/06/07 23:19:39
Actually, this preprocessor directive was removed
|
| -// implementation is done. |
| -#if defined(OS_MACOSX) |
| void ShowDialog(ChooserController* chooser_controller) const; |
| -#endif // defined(OS_MACOSX) |
| private: |
| content::WebContents* web_contents_; |