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

Unified Diff: ash/wm/common/wm_window.h

Issue 1950573002: Nukes WmWindow::SetName() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « ash/wm/aura/wm_window_aura.cc ('k') | ash/wm/common/workspace/phantom_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/wm_window.h
diff --git a/ash/wm/common/wm_window.h b/ash/wm/common/wm_window.h
index 6d6fadc8c7974cf7a4bd03d8a3e9c8e31b8614b3..cd94434e3cdc2c323290cf6c5e6b2689ccc3972f 100644
--- a/ash/wm/common/wm_window.h
+++ b/ash/wm/common/wm_window.h
@@ -61,9 +61,6 @@ class ASH_EXPORT WmWindow {
// TODO(sky): fix constness.
virtual WmGlobals* GetGlobals() const = 0;
- // Used for debugging.
- virtual void SetName(const std::string& name) = 0;
-
// See wm_shell_window_ids.h for list of known ids.
virtual void SetShellWindowId(int id) = 0;
virtual int GetShellWindowId() const = 0;
« no previous file with comments | « ash/wm/aura/wm_window_aura.cc ('k') | ash/wm/common/workspace/phantom_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698