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

Unified Diff: chrome/browser/dom_ui/options_ui.cc

Issue 3397028: Hide "Change proxy settings link" during connection in progress. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 3 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/chromeos/login/network_selection_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/options_ui.cc
diff --git a/chrome/browser/dom_ui/options_ui.cc b/chrome/browser/dom_ui/options_ui.cc
index 15a7ed888342a8339c9c4d84c0ded797015fe1c8..cb7830ac1c185e59342062178549385825fc89e5 100644
--- a/chrome/browser/dom_ui/options_ui.cc
+++ b/chrome/browser/dom_ui/options_ui.cc
@@ -167,7 +167,7 @@ OptionsUI::OptionsUI(TabContents* contents) : DOMUI(contents) {
OptionsUIHTMLSource* html_source =
new OptionsUIHTMLSource(localized_strings);
- // Set up the chrome://options/ source.
+ // Set up the chrome://settings/ source.
ChromeThread::PostTask(
ChromeThread::IO, FROM_HERE,
NewRunnableMethod(
« no previous file with comments | « chrome/browser/chromeos/login/network_selection_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698