HomeSort by relevance Sort by last modified time
    Searched defs:sync_service_url (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/sync/
profile_sync_service.h 457 const GURL& sync_service_url() const { return sync_service_url_; } function in class:ProfileSyncService
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.h 568 const GURL& sync_service_url() const { return sync_service_url_; } function in class:ProfileSyncService
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.cc 501 std::string sync_service_url = sync_server_.GetURL("chromiumsync").spec(); local
502 cl->AppendSwitchASCII(switches::kSyncServiceURL, sync_service_url);
503 DVLOG(1) << "Started local python sync server at " << sync_service_url;

Completed in 206 milliseconds