| 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 360d941d6934bbbbc147bf24606a6653b9b9d0ff..e01f73dbcd3bc1dc979fdf352ec5516f39870030 100644
|
| --- a/chrome/browser/ui/webui/about_ui.cc
|
| +++ b/chrome/browser/ui/webui/about_ui.cc
|
| @@ -248,12 +248,6 @@ class ChromeOSTermsHandler
|
| BrowserThread::PostTask(
|
| BrowserThread::FILE, FROM_HERE,
|
| base::Bind(&ChromeOSTermsHandler::LoadOemEulaFileOnFileThread, this));
|
| - } else if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| - chromeos::switches::kDisableOnlineEULA)) {
|
| - // Fallback to the local file.
|
| - BrowserThread::PostTask(
|
| - BrowserThread::FILE, FROM_HERE,
|
| - base::Bind(&ChromeOSTermsHandler::LoadEulaFileOnFileThread, this));
|
| } else {
|
| // Try to load online version of ChromeOS terms first.
|
| // ChromeOSOnlineTermsHandler object destroys itself.
|
|
|