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

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: rebase again 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/browser_dialogs_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3bffb6b37758486868f779f0db69c4fe2ac9e13d..0256c39d474ad71c4a5901f6757ccea5d4a0b791 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;
@@ -25,6 +24,8 @@ class ChromeExtensionChooserDialog {
void ShowDialog(ChooserController* chooser_controller) const;
private:
+ void ShowDialogImpl(ChooserController* chooser_controller) const;
+
content::WebContents* web_contents_;
DISALLOW_COPY_AND_ASSIGN(ChromeExtensionChooserDialog);
« no previous file with comments | « no previous file | chrome/browser/ui/views/browser_dialogs_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698