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

Unified Diff: ash/ash_switches.cc

Issue 27458002: Allow setting different hit test bounds overrides for mouse and touch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 70b1340b289bb486211e3f93c7a771bf72fedb77..04dd011c8f8757c705f40e739e87e4301b5a63c4 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -148,11 +148,6 @@ const char kAshHideNotificationsForFactory[] =
// "1024x768*2" sets the scale factor to 2 for a high DPI display.
const char kAshHostWindowBounds[] = "ash-host-window-bounds";
-// Hides the small tab indicators at the top of the screen during immersive
-// fullscreen mode.
-const char kAshImmersiveHideTabIndicators[] =
- "ash-immersive-hide-tab-indicators";
-
// OEM-supplied wallpaper (as paths to trusted, non-user-writable JPEG files).
const char kAshOemWallpaperLarge[] = "ash-oem-wallpaper-large";
const char kAshOemWallpaperSmall[] = "ash-oem-wallpaper-small";
« no previous file with comments | « ash/ash_switches.h ('k') | ash/shelf/shelf_layout_manager.cc » ('j') | ui/aura/window.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698