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

Unified Diff: chrome/browser/ui/browser.cc

Issue 9006027: Rip Out the Sidebar API (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years 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/ui/browser.cc
===================================================================
--- chrome/browser/ui/browser.cc (revision 115251)
+++ chrome/browser/ui/browser.cc (working copy)
@@ -1460,7 +1460,7 @@
window_->IsFullscreen();
#endif
- unsigned int features = FEATURE_INFOBAR | FEATURE_SIDEBAR;
+ unsigned int features = FEATURE_INFOBAR;
#if !defined(OS_CHROMEOS) || defined(USE_AURA)
// Chrome OS opens a FileBrowse pop up instead of using download shelf.
@@ -2342,7 +2342,6 @@
// static
void Browser::RegisterPrefs(PrefService* prefs) {
prefs->RegisterIntegerPref(prefs::kOptionsWindowLastTabIndex, 0);
- prefs->RegisterIntegerPref(prefs::kExtensionSidebarWidth, -1);
prefs->RegisterBooleanPref(prefs::kAllowFileSelectionDialogs, true);
prefs->RegisterBooleanPref(prefs::kShouldShowFirstRunBubble, false);
}

Powered by Google App Engine
This is Rietveld 408576698