| Index: chrome/browser/defaults.h
|
| diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h
|
| index 8839cc30d4f2cf6ad22fb13c98962cb40c6b96ff..583adeb2c0e9533a2329ba80a2746fe90f55d7af 100644
|
| --- a/chrome/browser/defaults.h
|
| +++ b/chrome/browser/defaults.h
|
| @@ -21,8 +21,10 @@ extern const bool kBrowserAliveWithNoWindows;
|
|
|
| // Whether various menu items are shown.
|
| extern const bool kShowExitMenuItem;
|
| -extern const bool kShowHelpMenuItemIcon;
|
| extern const bool kShowUpgradeMenuItem;
|
| +#if defined(GOOGLE_CHROME_BUILD)
|
| +extern const bool kShowHelpMenuItemIcon;
|
| +#endif
|
|
|
| // Should a link be shown on the bookmark bar allowing the user to import
|
| // bookmarks?
|
|
|