Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 0e8e595f66be04275653e9296e1aac3496535a57..90584bb74ac060ae310e4343df4c6e3bc09bc14d 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -474,9 +474,6 @@ 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 |