diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 9ae5be1..21d58a6 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -1246,6 +1246,12 @@ const char kKioskMode[] = "kiosk"; const char kKioskModePrinting[] = "kiosk-printing"; #endif +#if defined(OS_WIN) +// Disables profile desktop shortcuts handling, preventing their creation, +// modification or removal. +const char kDisableDesktopShortcuts[] = "disable-desktop-shortcuts"; +#endif + #if defined(TOOLKIT_VIEWS) // Enables debug paint in views framework. Enabling this causes the damaged // region being painted to flash in red. |