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

Unified Diff: ash/common/wm/window_state.h

Issue 2163223004: ash: Remove WindowState::top_row_keys_are_function_keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | ash/common/wm/window_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/window_state.h
diff --git a/ash/common/wm/window_state.h b/ash/common/wm/window_state.h
index f9bc725911b786426dd84c5f26226d98870a0e5d..db48217669be7f998a799680a29f15644cfdce66 100644
--- a/ash/common/wm/window_state.h
+++ b/ash/common/wm/window_state.h
@@ -269,15 +269,6 @@ class ASH_EXPORT WindowState {
can_consume_system_keys_ = can_consume_system_keys;
}
- // True if this window has requested that the top-row keys (back, forward,
- // brightness, volume) should be treated as function keys.
- bool top_row_keys_are_function_keys() const {
- return top_row_keys_are_function_keys_;
- }
- void set_top_row_keys_are_function_keys(bool value) {
- top_row_keys_are_function_keys_ = value;
- }
-
// True if the window is in "immersive full screen mode" which is slightly
// different from the normal fullscreen mode by allowing the user to reveal
// the top portion of the window through a touch / mouse gesture. It might
@@ -375,7 +366,6 @@ class ASH_EXPORT WindowState {
bool panel_attached_;
bool ignored_by_shelf_;
bool can_consume_system_keys_;
- bool top_row_keys_are_function_keys_;
std::unique_ptr<DragDetails> drag_details_;
bool unminimize_to_restore_bounds_;
« no previous file with comments | « no previous file | ash/common/wm/window_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698