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

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

Issue 14096026: Revert 194594 "Make sure manifest specified shortcut for Extensi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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 | « trunk/src/chrome/browser/ui/views/frame/browser_view.h ('k') | trunk/src/chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/ui/views/frame/browser_view.cc
===================================================================
--- trunk/src/chrome/browser/ui/views/frame/browser_view.cc (revision 194596)
+++ trunk/src/chrome/browser/ui/views/frame/browser_view.cc (working copy)
@@ -638,10 +638,6 @@
cmd_id, browser_->host_desktop_type(), accelerator);
}
-bool BrowserView::IsAcceleratorRegistered(const ui::Accelerator& accelerator) {
- return accelerator_table_.find(accelerator) != accelerator_table_.end();
-}
-
WebContents* BrowserView::GetActiveWebContents() const {
return browser_->tab_strip_model()->GetActiveWebContents();
}
« no previous file with comments | « trunk/src/chrome/browser/ui/views/frame/browser_view.h ('k') | trunk/src/chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698