| 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;
|
|
|