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

Unified Diff: ash/aura/wm_window_aura.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/aura/wm_window_aura.h
diff --git a/ash/aura/wm_window_aura.h b/ash/aura/wm_window_aura.h
index c449094e8b33223afbae93aa32584e5d31ee5d61..07e72396c03b919755c8576d6bf8251c4589e05f 100644
--- a/ash/aura/wm_window_aura.h
+++ b/ash/aura/wm_window_aura.h
@@ -47,6 +47,7 @@ class ASH_EXPORT WmWindowAura : public WmWindow, public aura::WindowObserver {
WmRootWindowController* GetRootWindowController() override;
WmShell* GetShell() const override;
void SetName(const char* name) override;
+ std::string GetName() const override;
base::string16 GetTitle() const override;
void SetShellWindowId(int id) override;
int GetShellWindowId() const override;

Powered by Google App Engine
This is Rietveld 408576698