Chromium Code Reviews

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

Issue 1730015: Windows/Views: delete native bookmark manager code. (Closed)
Patch Set: Patch with fixed file perms. Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/views/frame/browser_view.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/frame/browser_view.cc
diff --git a/chrome/browser/views/frame/browser_view.cc b/chrome/browser/views/frame/browser_view.cc
index eb9620d87e938189183d7ee6e7e2c6a0d9935f60..e8ee1d9f9f33a014ce946e136e2c1862f5155aa8 100644
--- a/chrome/browser/views/frame/browser_view.cc
+++ b/chrome/browser/views/frame/browser_view.cc
@@ -951,10 +951,6 @@ void BrowserView::ShowTaskManager() {
browser::ShowTaskManager();
}
-void BrowserView::ShowBookmarkManager() {
- browser::ShowBookmarkManagerView(browser_->profile());
-}
-
void BrowserView::ShowBookmarkBubble(const GURL& url, bool already_bookmarked) {
toolbar_->location_bar()->ShowStarBubble(url, !already_bookmarked);
}
« no previous file with comments | « chrome/browser/views/frame/browser_view.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine