summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-16 00:13:35 +0000
committertim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-16 00:13:35 +0000
commitfd723c611dec0c830a4f30a8e6f6af718acfde38 (patch)
tree1c5f4159f7444e8c1e366492b323e1d0dbcd6879
parente6ec67b2fc4ee1ca203188cd74354401d706043e (diff)
downloadchromium_src-fd723c611dec0c830a4f30a8e6f6af718acfde38.zip
chromium_src-fd723c611dec0c830a4f30a8e6f6af718acfde38.tar.gz
chromium_src-fd723c611dec0c830a4f30a8e6f6af718acfde38.tar.bz2
sync: Point dev channel sync engines to clients4.google.com/chrome-sync/dev
BUG=none TEST=create unofficial build or build with version string modifier equal to "dev". start syncing. Review URL: http://codereview.chromium.org/2847006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49865 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/sync/profile_sync_service.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
index 26b093a..7e53ba1 100644
--- a/chrome/browser/sync/profile_sync_service.cc
+++ b/chrome/browser/sync/profile_sync_service.cc
@@ -48,7 +48,7 @@ const char* ProfileSyncService::kSyncServerUrl =
"https://clients4.google.com/chrome-sync";
const char* ProfileSyncService::kDevServerUrl =
- "https://clients4.google.com/chrome-sync";
+ "https://clients4.google.com/chrome-sync/dev";
ProfileSyncService::ProfileSyncService(
ProfileSyncFactory* factory,