summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.h
diff options
context:
space:
mode:
authortbarzic <tbarzic@chromium.org>2015-04-02 22:12:05 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-03 05:12:31 +0000
commit3c87ac5097da05a2fa5949701a275c70fe8f381c (patch)
tree37fc8b740b3a0ba751ceec6577b55f1b0403b51b /chromeos/chromeos_switches.h
parent9fb9ed6a03905674718c8b34d191a301e62856ee (diff)
downloadchromium_src-3c87ac5097da05a2fa5949701a275c70fe8f381c.zip
chromium_src-3c87ac5097da05a2fa5949701a275c70fe8f381c.tar.gz
chromium_src-3c87ac5097da05a2fa5949701a275c70fe8f381c.tar.bz2
Show a notification when a USB printer gets plugged in
The notification differs based on whether there is an extension that can handle the printer installed and enabled. If there is one, notification informs the user that the printer is ready; otherwise, it offers the user to search CWS for an extension that can handle the printer. Clicking the latter notification would launch UI with Chrome Web Store widget listing apps that handle the plugged in printer. This UI is still not implemented, so for now clicking notification is no-op. Hide this behind a switch while the feature is being implemented. BUG=439448 TEST=Manual Review URL: https://codereview.chromium.org/1022703002 Cr-Commit-Position: refs/heads/master@{#323607}
Diffstat (limited to 'chromeos/chromeos_switches.h')
-rw-r--r--chromeos/chromeos_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h
index 4adab58..4c03f1d 100644
--- a/chromeos/chromeos_switches.h
+++ b/chromeos/chromeos_switches.h
@@ -66,6 +66,7 @@ CHROMEOS_EXPORT extern const char kEnableKioskMode[];
CHROMEOS_EXPORT extern const char kEnableNetworkPortalNotification[];
CHROMEOS_EXPORT extern const char kEnableNewKoreanIme[];
CHROMEOS_EXPORT extern const char kEnablePhysicalKeyboardAutocorrect[];
+CHROMEOS_EXPORT extern const char kEnablePrinterAppSearch[];
CHROMEOS_EXPORT extern const char kEnableRequestTabletSite[];
CHROMEOS_EXPORT extern const char kEnableScreenshotTestingWithMode[];
CHROMEOS_EXPORT extern const char kEnableTouchpadThreeFingerClick[];