diff options
author | chron@chromium.org <chron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-17 20:31:14 +0000 |
---|---|---|
committer | chron@chromium.org <chron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-17 20:31:14 +0000 |
commit | f66bcdf34e1e410991007446abe6af0a1d028c21 (patch) | |
tree | d59195e3c911fadea84bb95dc155095e6d3cc1a5 /chrome/browser/platform_util.h | |
parent | b4efc3807ee3e52550130f6495a36a60694575b1 (diff) | |
download | chromium_src-f66bcdf34e1e410991007446abe6af0a1d028c21.zip chromium_src-f66bcdf34e1e410991007446abe6af0a1d028c21.tar.gz chromium_src-f66bcdf34e1e410991007446abe6af0a1d028c21.tar.bz2 |
Attempt to recommit issue 2013017. Switch sync servers based on channel.
This time around i've tested it on the mac with a full build. Fixed string16 issues.
Review URL: http://codereview.chromium.org/2133002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47445 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(); } |