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

Unified Diff: ash/wm_window.cc

Issue 2814243002: Removes a couple more functions from WmWindow (Closed)
Patch Set: feedback 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/wm_window.h ('k') | chrome/browser/ui/ash/app_list/app_list_interactive_uitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm_window.cc
diff --git a/ash/wm_window.cc b/ash/wm_window.cc
index aa950b0071e25d31c53179e6b05febbf1467f150..186d14e381fc6775ee8adfd28c9a0b19efd711e3 100644
--- a/ash/wm_window.cc
+++ b/ash/wm_window.cc
@@ -155,14 +155,6 @@ RootWindowController* WmWindow::GetRootWindowController() {
return root ? RootWindowController::ForWindow(root) : nullptr;
}
-void WmWindow::SetShellWindowId(int id) {
- window_->set_id(id);
-}
-
-int WmWindow::GetShellWindowId() const {
- return window_->id();
-}
-
ui::wm::WindowType WmWindow::GetType() const {
return window_->type();
}
« no previous file with comments | « ash/wm_window.h ('k') | chrome/browser/ui/ash/app_list/app_list_interactive_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698