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

Unified Diff: ash/common/wm_window.cc

Issue 2799993003: Removes couple of methods from WmWindow (Closed)
Patch Set: Created 3 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/common/wm_window.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « ash/common/wm_window.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698