| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index e22e7636c086d41f7adb93bc3eb49ed847a64a64..888c2dcb6e5ae1f3f663fe945f0f4bcb1bbd09d4 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -786,10 +786,12 @@ const char kKioskMode[] = "kiosk";
|
| // See http://crbug.com/31395.
|
| const char kKioskModePrinting[] = "kiosk-printing";
|
|
|
| -// Use this server address ledger.
|
| +// Address for the ledger (Copresence) server.
|
| +// Ledger is deprecated; use the chrome.copresence API instead.
|
| const char kLedgerServer[] = "ledger-server";
|
|
|
| -// Use this tracing token for ledger.
|
| +// Tracing token for calls to the ledger (Copresence) server.
|
| +// Ledger is deprecated; use the chrome.copresence API instead.
|
| const char kLedgerTracingToken[] = "ledger-tracing-token";
|
|
|
| // Causes Chrome to attempt to get metadata from the webstore for the
|
|
|