summaryrefslogtreecommitdiffstats
path: root/views/focus
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-08 19:55:14 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-08 19:55:14 +0000
commit8f0d1a2b4004082e5e46009d4446a59dff805928 (patch)
treeaabb0e55875425a5187eb8e724aa4b4a17ebe6c9 /views/focus
parented764d167c3f9653b9eec17ecc2042ea3c0a6611 (diff)
downloadchromium_src-8f0d1a2b4004082e5e46009d4446a59dff805928.zip
chromium_src-8f0d1a2b4004082e5e46009d4446a59dff805928.tar.gz
chromium_src-8f0d1a2b4004082e5e46009d4446a59dff805928.tar.bz2
Add about:memory link to task manager.
Since about:memory DCHECK()s atm, the link is not completely hooked up. In the xib, I've added a square button with height 14 and the new HyperlinkCell, contained in a GTMWidthBasedResizer or how it's called. I made sure the baseline of link on the left and button on the right is at the same height. BUG=17989,13156 TEST=Open MainMenu.xib, click "Enable" for view->dev->taskman. Build&run chrome. Task manager should contain link. Review URL: http://codereview.chromium.org/255018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28426 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/focus')
-rw-r--r--views/focus/focus_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/focus/focus_manager.cc b/views/focus/focus_manager.cc
index aca418b..9942854 100644
--- a/views/focus/focus_manager.cc
+++ b/views/focus/focus_manager.cc
@@ -88,7 +88,7 @@ bool FocusManager::OnKeyEvent(const KeyEvent& event) {
// Process keyboard accelerators.
// If the key combination matches an accelerator, the accelerator is
- // triggered, otherwise the key event is proceed as usual.
+ // triggered, otherwise the key event is processed as usual.
Accelerator accelerator(event.GetKeyCode(),
event.IsShiftDown(),
event.IsControlDown(),