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

Unified Diff: chrome/browser/ui/views/frame/browser_view.cc

Issue 10556034: views: Get rid of DoShowAboutChromeDialog() function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « chrome/browser/ui/views/frame/browser_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/browser_view.cc
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index 0e866af835368c1b9c482bcb4a248e5a2be52f34..37d43e88fd18168b890368464dae3f1d132f3a49 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -1048,12 +1048,8 @@ void BrowserView::ToggleBookmarkBar() {
}
void BrowserView::ShowAboutChromeDialog() {
- DoShowAboutChromeDialog();
-}
-
-views::Widget* BrowserView::DoShowAboutChromeDialog() {
- return browser::ShowAboutChromeView(GetWidget()->GetNativeWindow(),
- browser_->profile());
+ browser::ShowAboutChromeView(GetWidget()->GetNativeWindow(),
+ browser_->profile());
}
void BrowserView::ShowUpdateChromeDialog() {
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698