| Index: base/logging.h
|
| ===================================================================
|
| --- base/logging.h (revision 20887)
|
| +++ base/logging.h (working copy)
|
| @@ -280,11 +280,7 @@
|
| // foo.CheckThatFoo();
|
| // #endif
|
|
|
| -// http://crbug.com/16512 is open for a real fix for this. For now, Windows
|
| -// uses OFFICIAL_BUILD and !Windows uses the branding flag when NDEBUG is
|
| -// defined.
|
| -#if ( defined(OS_WIN) && defined(OFFICIAL_BUILD)) || \
|
| - (!defined(OS_WIN) && defined(NDEBUG) && defined(GOOGLE_CHROME_BUILD))
|
| +#ifdef OFFICIAL_BUILD
|
| // We want to have optimized code for an official build so we remove DLOGS and
|
| // DCHECK from the executable.
|
|
|
|
|