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

Unified Diff: ash/shell.h

Issue 138003007: [Cleanup] Screen cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make sure screen_for_shutdown is reset everytime Created 6 years, 11 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/shelf/shelf_layout_manager_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index ff58e66372b4a004ad81c46deec72f43d585fe14..d2019f939ed3b1c1ba47dcb8f9809e75dc9d9170 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -414,8 +414,6 @@ class ASH_EXPORT Shell
return shelf_item_delegate_manager_.get();
}
- ScreenAsh* screen() { return screen_; }
-
// Force the shelf to query for it's current visibility state.
void UpdateShelfVisibility();
@@ -582,8 +580,6 @@ class ASH_EXPORT Shell
// when the screen is initially created.
static bool initially_hide_cursor_;
- ScreenAsh* screen_;
-
// When no explicit target display/RootWindow is given, new windows are
// created on |scoped_target_root_window_| , unless NULL in
// which case they are created on |target_root_window_|.
« no previous file with comments | « ash/shelf/shelf_layout_manager_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698