Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4540)

Unified Diff: chrome/browser/defaults.h

Issue 1053663003: Cleanup: Remove unused variables in chrome/ found by Scythe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/defaults.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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?
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/defaults.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698