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

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

Issue 2034163002: Remove unnecessary function ChromeExtensionChooserDialog::web_contents() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed web_contents() accessor 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/cocoa/extensions/chooser_dialog_cocoa.mm » ('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 0256c39d474ad71c4a5901f6757ccea5d4a0b791..0d597e90e7320ae91ad80cc8055b936c0d7466eb 100644
--- a/chrome/browser/extensions/chrome_extension_chooser_dialog.h
+++ b/chrome/browser/extensions/chrome_extension_chooser_dialog.h
@@ -19,8 +19,6 @@ class ChromeExtensionChooserDialog {
: web_contents_(web_contents) {}
~ChromeExtensionChooserDialog() {}
- content::WebContents* web_contents() const { return web_contents_; }
-
void ShowDialog(ChooserController* chooser_controller) const;
private:
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/extensions/chooser_dialog_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698