diff options
author | tyoshino@chromium.org <tyoshino@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-13 08:23:07 +0000 |
---|---|---|
committer | tyoshino@chromium.org <tyoshino@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-13 08:23:07 +0000 |
commit | 01a80129418fba06b45a6fb866417717577891a7 (patch) | |
tree | dc6e8c7f4c4c75fd3aa9f8aef9ea8137140df5e0 /chrome/browser/platform_util.h | |
parent | b0c7f613f8b7fd87106e730d6418c76e48764ba8 (diff) | |
download | chromium_src-01a80129418fba06b45a6fb866417717577891a7.zip chromium_src-01a80129418fba06b45a6fb866417717577891a7.tar.gz chromium_src-01a80129418fba06b45a6fb866417717577891a7.tar.bz2 |
Revert 47064 - 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
TBR=chron@chromium.org
Review URL: http://codereview.chromium.org/2074001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47128 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 b75e7ff..1f148f4 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, but "" for stable). +// beta, stable). string16 GetVersionStringModifier(); } |