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

Unified Diff: ash/aura/wm_window_aura.cc

Issue 2168733002: Splits debug_commands into aura and non-aura parts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 4 years, 5 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: ash/aura/wm_window_aura.cc
diff --git a/ash/aura/wm_window_aura.cc b/ash/aura/wm_window_aura.cc
index e16152fb148a72a6a203c5fc4d0d07375db638bc..3717e007faa90c7a991f1cda33c240e5b45606c0 100644
--- a/ash/aura/wm_window_aura.cc
+++ b/ash/aura/wm_window_aura.cc
@@ -145,6 +145,10 @@ void WmWindowAura::SetName(const char* name) {
window_->SetName(name);
}
+std::string WmWindowAura::GetName() const {
+ return window_->name();
+}
+
base::string16 WmWindowAura::GetTitle() const {
return window_->title();
}

Powered by Google App Engine
This is Rietveld 408576698