Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5260)

Unified Diff: chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h

Issue 10993087: Handle titlebar text updates properly (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Odd - build machine failed to update patch (which I updated successfully) Re-uploading Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h
diff --git a/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h b/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h
index 5e41b60a08995290ceac0b9bed44f915b9104d6e..a1620e7d369ee1e75b0e0786bd9544074a2a260c 100644
--- a/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h
+++ b/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h
@@ -31,6 +31,7 @@ class AppNonClientFrameViewAura : public BrowserNonClientFrameView {
gfx::Path* window_mask) OVERRIDE;
virtual void ResetWindowControls() OVERRIDE;
virtual void UpdateWindowIcon() OVERRIDE;
+ virtual void UpdateWindowTitle() OVERRIDE;
// BrowserNonClientFrameView:
virtual gfx::Rect GetBoundsForTabStrip(

Powered by Google App Engine
This is Rietveld 408576698