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

Unified Diff: ui/aura/window.h

Issue 331643004: Update the window labels if they change in overview mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Sky's comments Created 6 years, 6 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: ui/aura/window.h
diff --git a/ui/aura/window.h b/ui/aura/window.h
index bc970f4a1f5b6d8322bcc92f79066f0dab81ea78..0e7aba4359702843fd261cf1583c7ad4f950aa43 100644
--- a/ui/aura/window.h
+++ b/ui/aura/window.h
@@ -96,7 +96,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
void SetName(const std::string& name);
const base::string16 title() const { return title_; }
- void set_title(const base::string16& title) { title_ = title; }
+ void SetTitle(const base::string16& title);
bool transparent() const { return transparent_; }
void SetTransparent(bool transparent);

Powered by Google App Engine
This is Rietveld 408576698