| Index: chrome/browser/ui/webui/about_ui.cc
|
| diff --git a/chrome/browser/ui/webui/about_ui.cc b/chrome/browser/ui/webui/about_ui.cc
|
| index 5e5c545e8c504c1cc0b0534a60aeb15705d5ddd7..c1946e2cfeb924abd18adf39abaf20f9bf04f8c2 100644
|
| --- a/chrome/browser/ui/webui/about_ui.cc
|
| +++ b/chrome/browser/ui/webui/about_ui.cc
|
| @@ -154,6 +154,7 @@ class ChromeOSOnlineTermsHandler : public net::URLFetcherDelegate {
|
| explicit ChromeOSOnlineTermsHandler(const FetchCallback& callback)
|
| : fetch_callback_(callback) {
|
| eula_fetcher_.reset(net::URLFetcher::Create(
|
| + 0 /* ID used for testing */,
|
| GURL(l10n_util::GetStringUTF16(IDS_EULA_POLICY_URL)),
|
| net::URLFetcher::GET,
|
| this));
|
|
|