| Index: chrome/browser/views/frame/browser_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/frame/browser_view.cc (revision 18919)
|
| +++ chrome/browser/views/frame/browser_view.cc (working copy)
|
| @@ -817,6 +817,10 @@
|
| browser::ShowAboutChromeView(GetWidget(), browser_->profile());
|
| }
|
|
|
| +void BrowserView::ShowTaskManager() {
|
| + browser::ShowTaskManager();
|
| +}
|
| +
|
| void BrowserView::ShowBookmarkManager() {
|
| browser::ShowBookmarkManagerView(browser_->profile());
|
| }
|
|
|