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

Unified Diff: chrome/browser/extensions/chrome_extension_chooser_dialog.h

Issue 2033283002: Implement bluetooth chooser for Chrome Apps on non-Mac desktops (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor_ChooserBubbleUiViewDelegate
Patch Set: implemented bluetooth chooser for Chrome Apps on non-Mac desktops Created 4 years, 6 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
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_;

Powered by Google App Engine
This is Rietveld 408576698