diff options
author | yusukes@chromium.org <yusukes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-05 09:47:32 +0000 |
---|---|---|
committer | yusukes@chromium.org <yusukes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-05 09:47:32 +0000 |
commit | 5217a27d15e102d5d56bded9e6553117fdd0c9ae (patch) | |
tree | b97dc32506fda816b543aa16d2e710d5f77c5cfc /ui/views | |
parent | e8b0f2593feac51b4ba0a00d7ebd866ee69f4a28 (diff) | |
download | chromium_src-5217a27d15e102d5d56bded9e6553117fdd0c9ae.zip chromium_src-5217a27d15e102d5d56bded9e6553117fdd0c9ae.tar.gz chromium_src-5217a27d15e102d5d56bded9e6553117fdd0c9ae.tar.bz2 |
Fix typo: kPriorityXXX -> kXXXPriority. No code change.
BUG=None
TEST=None
TBR=ben@chromium.org
Review URL: http://codereview.chromium.org/10317035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135538 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views')
-rw-r--r-- | ui/views/focus/focus_manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/views/focus/focus_manager.h b/ui/views/focus/focus_manager.h index a0baadd..d8c60a6 100644 --- a/ui/views/focus/focus_manager.h +++ b/ui/views/focus/focus_manager.h @@ -192,8 +192,8 @@ class VIEWS_EXPORT FocusManager { // higher priority. // |accelerator| is the accelerator to register. // |priority| denotes the priority of the handler. - // NOTE: In almost all cases, you should specify kPriorityNormal for this - // parameter. Setting it to kPriorityHigh prevents Chrome from sending the + // NOTE: In almost all cases, you should specify kNormalPriority for this + // parameter. Setting it to kHighPriority prevents Chrome from sending the // shortcut to the webpage if the renderer has focus, which is not desirable // except for very isolated cases. // |target| is the AcceleratorTarget that handles the event once the |