diff options
author | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-03 07:51:57 +0000 |
---|---|---|
committer | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-03 07:51:57 +0000 |
commit | 53092f18b6f4dba58dc7587bd888d8032e88df2e (patch) | |
tree | 924f301f7cfffcbc8538a234bb704b89f740d7a8 /ash/ash_switches.h | |
parent | 65af1a74e2a057fbbd62678f49703165f091edce (diff) | |
download | chromium_src-53092f18b6f4dba58dc7587bd888d8032e88df2e.zip chromium_src-53092f18b6f4dba58dc7587bd888d8032e88df2e.tar.gz chromium_src-53092f18b6f4dba58dc7587bd888d8032e88df2e.tar.bz2 |
Removal of drag window to user tray icon functionality
BUG=348133
TEST=let it run and compiled - removal of code
Review URL: https://codereview.chromium.org/184113005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254435 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r-- | ash/ash_switches.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 8837061..08b28f4 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -77,9 +77,6 @@ ASH_EXPORT bool UseDragOffShelf(); // immersive fullscreen via <F4>. ASH_EXPORT bool UseImmersiveFullscreenForAllWindows(); -// Returns true if multiple user icons are allowed in the tray. -ASH_EXPORT bool UseMultiUserTray(); - // Returns true if overview mode should be activated for window switching. ASH_EXPORT bool UseOverviewMode(); |