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

Unified Diff: ash/common/wm_window.h

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/common/wm_window.h
diff --git a/ash/common/wm_window.h b/ash/common/wm_window.h
index 4f50f227ac0d789b2f4355a05134493ac29467c2..3bfb302a85a4fbaddc16499ab6e4310b04242453 100644
--- a/ash/common/wm_window.h
+++ b/ash/common/wm_window.h
@@ -73,6 +73,7 @@ class ASH_EXPORT WmWindow {
// Used for debugging.
virtual void SetName(const char* name) = 0;
+ virtual std::string GetName() const = 0;
virtual base::string16 GetTitle() const = 0;

Powered by Google App Engine
This is Rietveld 408576698