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

Unified Diff: ash/accelerators/accelerator_controller.cc

Issue 9402018: Experimental Extension Keybinding (first cut). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 | ash/focus_cycler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_controller.cc
===================================================================
--- ash/accelerators/accelerator_controller.cc (revision 123221)
+++ ash/accelerators/accelerator_controller.cc (working copy)
@@ -276,7 +276,7 @@
void AcceleratorController::Register(const ui::Accelerator& accelerator,
ui::AcceleratorTarget* target) {
- accelerator_manager_->Register(accelerator, target);
+ accelerator_manager_->Register(accelerator, false, target);
}
void AcceleratorController::Unregister(const ui::Accelerator& accelerator,
@@ -403,7 +403,7 @@
return HandlePrintWindowHierarchy();
#endif
default:
- NOTREACHED() << "Unhandled action " << it->second;;
+ NOTREACHED() << "Unhandled action " << it->second;
}
return false;
}
« no previous file with comments | « no previous file | ash/focus_cycler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698