| Index: ash/common/wm_window.cc
|
| diff --git a/ash/common/wm_window.cc b/ash/common/wm_window.cc
|
| index 5216083d99dbda1e888507ce58dc89529d7d1149..0232ff892b4c4109eee14f2e2e6f3a648303d45e 100644
|
| --- a/ash/common/wm_window.cc
|
| +++ b/ash/common/wm_window.cc
|
| @@ -158,22 +158,6 @@ WmShell* WmWindow::GetShell() const {
|
| return WmShell::Get();
|
| }
|
|
|
| -void WmWindow::SetName(const char* name) {
|
| - window_->SetName(name);
|
| -}
|
| -
|
| -std::string WmWindow::GetName() const {
|
| - return window_->GetName();
|
| -}
|
| -
|
| -void WmWindow::SetTitle(const base::string16& title) {
|
| - window_->SetTitle(title);
|
| -}
|
| -
|
| -base::string16 WmWindow::GetTitle() const {
|
| - return window_->GetTitle();
|
| -}
|
| -
|
| void WmWindow::SetShellWindowId(int id) {
|
| window_->set_id(id);
|
| }
|
|
|