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

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

Issue 2036033003: MacViewsBrowser: Provide a stub for ChromeExtensionChooserDialog::ShowDialog() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20160603-Gpu-CcamPatch
Patch Set: 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/bluetooth/chrome_extension_bluetooth_chooser.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 d474e3e59e8a91bc974c58901f5276af74f66e5f..3bffb6b37758486868f779f0db69c4fe2ac9e13d 100644
--- a/chrome/browser/extensions/chrome_extension_chooser_dialog.h
+++ b/chrome/browser/extensions/chrome_extension_chooser_dialog.h
@@ -22,11 +22,7 @@ class ChromeExtensionChooserDialog {
content::WebContents* web_contents() const { return web_contents_; }
-// TODO(juncai): remove this preprocessor directive once the non-Mac
-// implementation is done.
-#if defined(OS_MACOSX)
void ShowDialog(ChooserController* chooser_controller) const;
-#endif // defined(OS_MACOSX)
private:
content::WebContents* web_contents_;
« no previous file with comments | « no previous file | chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698