summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.cc
diff options
context:
space:
mode:
authortbarzic <tbarzic@chromium.org>2015-07-09 02:57:51 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-09 09:58:19 +0000
commit11d5bf747b6d9477ac7e0cedc03828436241715d (patch)
treecfa418a73c35b533e4afc61e18009d45c4ab25cb /chromeos/chromeos_switches.cc
parentff6f732408e41f6095447e4bdef2b9c777549fa5 (diff)
downloadchromium_src-11d5bf747b6d9477ac7e0cedc03828436241715d.zip
chromium_src-11d5bf747b6d9477ac7e0cedc03828436241715d.tar.gz
chromium_src-11d5bf747b6d9477ac7e0cedc03828436241715d.tar.bz2
Enable searching for printer provider apps when a printer is plugged in
And remove associated flag BUG=439448 Review URL: https://codereview.chromium.org/1219623012 Cr-Commit-Position: refs/heads/master@{#338006}
Diffstat (limited to 'chromeos/chromeos_switches.cc')
-rw-r--r--chromeos/chromeos_switches.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 0e57134..32d8b32 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -314,12 +314,6 @@ const char kDisableTimeZoneTrackingOption[] =
// Disable new GAIA sign-in flow.
const char kDisableWebviewSigninFlow[] = "disable-webview-signin-flow";
-// Enables searching for an app that supports a plugged in USB printer. When a
-// user plugs in USB printer, they are shown a notification offering to search
-// Chrome Web Store for an app that has printerProvider permission and can
-// handle the plugged in printer.
-const char kEnablePrinterAppSearch[] = "enable-printer-app-search";
-
// Switches and optional value for Data Saver prompt on cellular networks.
const char kDisableDataSaverPrompt[] = "disable-datasaver-prompt";
const char kEnableDataSaverPrompt[] = "enable-datasaver-prompt";