diff options
author | chron@chromium.org <chron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-12 20:33:11 +0000 |
---|---|---|
committer | chron@chromium.org <chron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-12 20:33:11 +0000 |
commit | 69a1f58a5d53946b7d2ed7afbd205b6ca05565a4 (patch) | |
tree | e60c2ac97207011f97dfb0174bd3acba9b66b6c4 /chrome/browser/platform_util.h | |
parent | 390c7814321cb6708a6979daecd0c727c38b7695 (diff) | |
download | chromium_src-69a1f58a5d53946b7d2ed7afbd205b6ca05565a4.zip chromium_src-69a1f58a5d53946b7d2ed7afbd205b6ca05565a4.tar.gz chromium_src-69a1f58a5d53946b7d2ed7afbd205b6ca05565a4.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/platform_util.h')
-rw-r--r-- | chrome/browser/platform_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |