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

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

Issue 9560005: [uber page] Merge advanced options page into browser options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase again. Created 8 years, 10 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/ui/browser.cc
===================================================================
--- chrome/browser/ui/browser.cc (revision 124465)
+++ chrome/browser/ui/browser.cc (working copy)
@@ -2483,11 +2483,13 @@
}
void Browser::OpenAdvancedOptionsDialog() {
+ // TODO(csilv): The main purpose of this method is to expose the date & time
+ // settings from the clock. Simply showing the options tab not quite enough.
content::RecordAction(UserMetricsAction("OpenSystemOptionsDialog"));
if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisableUberPage))
ShowOptionsTab(chrome::kSystemOptionsSubPage);
else
- ShowOptionsTab(chrome::kAdvancedOptionsSubPage);
+ ShowOptionsTab("");
}
void Browser::OpenInternetOptionsDialog() {
« no previous file with comments | « chrome/browser/resources/uber/uber_shared.css ('k') | chrome/browser/ui/webui/options2/advanced_options2_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698