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

Unified Diff: ash/common/wm_window.h

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_cycle_list.cc ('k') | ash/common/wm_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_window.h
diff --git a/ash/common/wm_window.h b/ash/common/wm_window.h
index 3711ec655f2932baa27d3b138f348909034ded54..8d7d716a5fdd678327305ef7067e59a828b28dfb 100644
--- a/ash/common/wm_window.h
+++ b/ash/common/wm_window.h
@@ -113,13 +113,6 @@ class ASH_EXPORT WmWindow : public aura::WindowObserver,
// TODO(sky): fix constness.
WmShell* GetShell() const;
- // Used for debugging.
- void SetName(const char* name);
- std::string GetName() const;
-
- void SetTitle(const base::string16& title);
- base::string16 GetTitle() const;
-
// See shell_window_ids.h for list of known ids.
void SetShellWindowId(int id);
int GetShellWindowId() const;
« no previous file with comments | « ash/common/wm/window_cycle_list.cc ('k') | ash/common/wm_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698