| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index cda94c24b8648b6a812bdc0d9e26dac9d9b510c6..e4e090783a20123cec45b6c2e4da6c52fb3a8bd4 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -772,10 +772,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
|
|
|