| Index: chrome/browser/ui/views/frame/browser_view.h | 
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h | 
| index 19635e6067e78e0ba39fab58ef3cae250cb67779..645b4251329dffa682138262b2053243c707897f 100644 | 
| --- a/chrome/browser/ui/views/frame/browser_view.h | 
| +++ b/chrome/browser/ui/views/frame/browser_view.h | 
| @@ -506,6 +506,12 @@ class BrowserView : public BrowserBubbleHost, | 
| // Initialize the hung plugin detector. | 
| void InitHangMonitor(); | 
|  | 
| +  // Possibly records a user metrics action corresponding to the passed-in | 
| +  // accelerator.  Only implemented for Chrome OS, where we're interested in | 
| +  // learning about how frequently the top-row keys are used. | 
| +  void UpdateAcceleratorMetrics(const views::Accelerator& accelerator, | 
| +                                int command_id); | 
| + | 
| // Invoked from TabSelectedAt or when instant is made active.  Is | 
| // |change_tab_contents| is true, |new_contents| is added to the view | 
| // hierarchy, if |change_tab_contents| is false, it's assumed |new_contents| | 
|  |