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

Unified Diff: ash/wm_window.h

Issue 2814243002: Removes a couple more functions from WmWindow (Closed)
Patch Set: cleanup 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
Index: ash/wm_window.h
diff --git a/ash/wm_window.h b/ash/wm_window.h
index 7ce8e27908150cffa2e9d621ce4dbc3bd3943247..de47237a46efe3d3b2dab17d3a7b4a5821bb890f 100644
--- a/ash/wm_window.h
+++ b/ash/wm_window.h
@@ -109,8 +109,6 @@ class ASH_EXPORT WmWindow : public aura::WindowObserver,
RootWindowController* GetRootWindowController();
// See shell_window_ids.h for list of known ids.
- void SetShellWindowId(int id);
- int GetShellWindowId() const;
WmWindow* GetChildByShellWindowId(int id);
ui::wm::WindowType GetType() const;

Powered by Google App Engine
This is Rietveld 408576698