| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 37fbe75e03ceae2f1459768511d74ef8b668c880..35165e5b0eb4ddc61e748f81946ab1f8f2804e0a 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -402,6 +402,9 @@ const char kDisablePreconnect[] = "disable-preconnect";
|
| const char kDisablePrerenderLocalPredictor[] =
|
| "disable-prerender-local-predictor";
|
|
|
| +// Disable Privet local printing.
|
| +const char kDisablePrivetLocalPrinting[] = "disable-privet-local-printing";
|
| +
|
| // Normally when the user attempts to navigate to a page that was the result of
|
| // a post we prompt to make sure they want to. This switch may be used to
|
| // disable that check. This switch is used during automated testing.
|
| @@ -690,9 +693,6 @@ const char kDisablePnacl[] = "disable-pnacl";
|
| // are likely to be needed in future page fetches.
|
| const char kEnablePrecache[] = "enable-precache";
|
|
|
| -// Enable Privet local printing.
|
| -const char kEnablePrivetLocalPrinting[] = "enable-privet-local-printing";
|
| -
|
| // Enables tracking of tasks in profiler for viewing via about:profiler.
|
| // To predominantly disable tracking (profiling), use the command line switch:
|
| // --enable-profiling=0
|
|
|