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

Unified Diff: chrome/browser/app_controller_mac.mm

Issue 155151: Hook up the prefs for the optional home buttons and page/wrench buttons. Move... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 5 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
Index: chrome/browser/app_controller_mac.mm
===================================================================
--- chrome/browser/app_controller_mac.mm (revision 20018)
+++ chrome/browser/app_controller_mac.mm (working copy)
@@ -226,9 +226,6 @@
bookmarkMenuBridge_.reset(new BookmarkMenuBridge());
- // Register any Mac-specific preferences.
- PrefService* prefs = [self defaultProfile]->GetPrefs();
- prefs->RegisterBooleanPref(prefs::kShowPageOptionsButtons, false);
[self setUpdateCheckInterval];
// Build up the encoding menu, the order of the items differs based on the

Powered by Google App Engine
This is Rietveld 408576698