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

Unified Diff: ash/mus/bridge/wm_window_mus.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/mus/bridge/wm_window_mus.h
diff --git a/ash/mus/bridge/wm_window_mus.h b/ash/mus/bridge/wm_window_mus.h
index 3b48caf11ee2ffeec9bd09b970c7b22d0981fa32..ec246c6396be5bcecad393a841d827c1a9e36c33 100644
--- a/ash/mus/bridge/wm_window_mus.h
+++ b/ash/mus/bridge/wm_window_mus.h
@@ -105,6 +105,7 @@ class WmWindowMus : public WmWindow, public ::ui::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