Index: chrome/browser/ui/views/frame/glass_browser_frame_view.h |
diff --git a/chrome/browser/ui/views/frame/glass_browser_frame_view.h b/chrome/browser/ui/views/frame/glass_browser_frame_view.h |
index a416f37b894fbc0cfc0e7d9e4431a831cf9c9598..1856b56c6fec49695956a7ebdd6da13d0ca8fa9e 100644 |
--- a/chrome/browser/ui/views/frame/glass_browser_frame_view.h |
+++ b/chrome/browser/ui/views/frame/glass_browser_frame_view.h |
@@ -38,6 +38,7 @@ class GlassBrowserFrameView : public BrowserNonClientFrameView, |
OVERRIDE { } |
virtual void ResetWindowControls() OVERRIDE { } |
virtual void UpdateWindowIcon() OVERRIDE { } |
+ virtual void UpdateWindowTitle() OVERRIDE { } |
sky
2012/09/28 22:47:12
{} (for previous lines too).
Mr4D (OOO till 08-26)
2012/09/29 00:44:25
Done. (Note: I did a quick search for '{ }' and st
|
protected: |
// Overridden from views::View: |