diff options
author | dilmah@chromium.org <dilmah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-24 14:37:21 +0000 |
---|---|---|
committer | dilmah@chromium.org <dilmah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-24 14:37:21 +0000 |
commit | 08aabf3b71843b01ae31eba672f5c1971b0f7747 (patch) | |
tree | cd6b57c57f6426810b5732a391ce09a7b9154d61 /chrome/browser/dom_ui | |
parent | e14fff7f803688dea1aea0c96fae7fe1c507dd4d (diff) | |
download | chromium_src-08aabf3b71843b01ae31eba672f5c1971b0f7747.zip chromium_src-08aabf3b71843b01ae31eba672f5c1971b0f7747.tar.gz chromium_src-08aabf3b71843b01ae31eba672f5c1971b0f7747.tar.bz2 |
Hide "Change proxy settings link" during connection in progress.
Replace chrome://options with chrome://settings because it was changed recently.
BUG=None
TEST=Manual
Review URL: http://codereview.chromium.org/3397028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60466 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/dom_ui')
-rw-r--r-- | chrome/browser/dom_ui/options_ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/options_ui.cc b/chrome/browser/dom_ui/options_ui.cc index 15a7ed8..cb7830a 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( |