Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/
Dprofile_sync_service.h139 static const char* kSyncServerUrl; variable
Dprofile_sync_service_unittest.cc120 ProfileSyncService::kSyncServerUrl || in TEST_F()
Dprofile_sync_service.cc59 const char* ProfileSyncService::kSyncServerUrl = member in ProfileSyncService
102 sync_service_url_ = GURL(kSyncServerUrl); in ProfileSyncService()