From 69a1f58a5d53946b7d2ed7afbd205b6ca05565a4 Mon Sep 17 00:00:00 2001 From: "chron@chromium.org" Date: Wed, 12 May 2010 20:33:11 +0000 Subject: Switch sync servers depending on whether you're running stable or dev. Initially just use the same url twice. Review URL: http://codereview.chromium.org/2013017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47064 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/platform_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/platform_util.h') diff --git a/chrome/browser/platform_util.h b/chrome/browser/platform_util.h index 1f148f4..b75e7ff 100644 --- a/chrome/browser/platform_util.h +++ b/chrome/browser/platform_util.h @@ -43,7 +43,7 @@ void SimpleErrorBox(gfx::NativeWindow parent, // Return a human readable modifier for the version string. For a // branded Chrome (not Chromium), this modifier is the channel (dev, -// beta, stable). +// beta, but "" for stable). string16 GetVersionStringModifier(); } -- cgit v1.1