diff options
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(); } |