| Index: chrome/browser/ui/webui/chromeos/login/oobe_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/chromeos/login/oobe_ui.cc (revision 110966)
|
| +++ chrome/browser/ui/webui/chromeos/login/oobe_ui.cc (working copy)
|
| @@ -152,9 +152,6 @@
|
| ThemeSource* theme = new ThemeSource(profile);
|
| profile->GetChromeURLDataManager()->AddDataSource(theme);
|
|
|
| - // Set up the chrome://terms/ data source, for EULA content.
|
| - InitializeAboutDataSource(chrome::kChromeUITermsHost, profile);
|
| -
|
| // Set up the chrome://oobe/ source.
|
| OobeUIHTMLSource* html_source = new OobeUIHTMLSource(localized_strings);
|
| profile->GetChromeURLDataManager()->AddDataSource(html_source);
|
|
|