Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1963)

Unified Diff: chrome/common/chrome_switches.cc

Issue 433283002: Adding the Copresence RpcHandler and HttpPost helper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@directive-handler
Patch Set: First round of review fixes Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | components/copresence/copresence_switches.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 51113d41afee63b38c607b5f2a55257c73544cf6..45df3f93beb898d4d919b92a8ab38cdf892fa613 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -780,10 +780,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
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | components/copresence/copresence_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698