| Index: ui/views/views_delegate.h | 
| diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h | 
| index fea426f0259590101ad5cf9f529c6cc3f3fe272f..b3dd4bbbac964387dcae01f32cf009320a95f10a 100644 | 
| --- a/ui/views/views_delegate.h | 
| +++ b/ui/views/views_delegate.h | 
| @@ -95,8 +95,6 @@ | 
| #if defined(OS_WIN) | 
| // Retrieves the default window icon to use for windows if none is specified. | 
| virtual HICON GetDefaultWindowIcon() const; | 
| -  // Retrieves the small window icon to use for windows if none is specified. | 
| -  virtual HICON GetSmallWindowIcon() const = 0; | 
| // Returns true if the window passed in is in the Windows 8 metro | 
| // environment. | 
| virtual bool IsWindowInMetro(gfx::NativeWindow window) const; | 
|  |