Home
last modified time | relevance | path

Searched refs:kSyncServiceURL (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/common/
Dchrome_switches.cc899 const char kSyncServiceURL[] = "sync-url"; variable
Dchrome_switches.h251 extern const char kSyncServiceURL[];
/external/chromium/chrome/browser/sync/
Dprofile_sync_service.cc231 if (command_line.HasSwitch(switches::kSyncServiceURL)) { in InitSettings()
233 switches::kSyncServiceURL)); in InitSettings()