| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index fc7efebc80e219d5d811d2d41cba272e7c94b7e9..bd111c3012893d39bfef8f2c10222d40be3ef206 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -497,6 +497,9 @@ const char kEnablePowerOverlay[] = "enable-power-overlay";
|
| const char kEnablePrintPreviewRegisterPromos[] =
|
| "enable-print-preview-register-promos";
|
|
|
| +// Enables Privet sessions. Temporarily for feature under development.
|
| +const char kEnablePrivetV3[] = "enable-privet-v3";
|
| +
|
| // Enables tracking of tasks in profiler for viewing via about:profiler.
|
| // To predominantly disable tracking (profiling), use the command line switch:
|
| // --enable-profiling=0
|
|
|