| Index: chrome/browser/browser_process_impl.cc
|
| diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
|
| index 1129bd0fe65b12bd65f3013c1720f6a3bc600710..8e291eb7a7089364f8a784226ab7fd56090fbf4e 100644
|
| --- a/chrome/browser/browser_process_impl.cc
|
| +++ b/chrome/browser/browser_process_impl.cc
|
| @@ -415,10 +415,8 @@ net::URLRequestContextGetter* BrowserProcessImpl::system_request_context() {
|
|
|
| chrome_variations::VariationsService* BrowserProcessImpl::variations_service() {
|
| DCHECK(CalledOnValidThread());
|
| -#if defined(GOOGLE_CHROME_BUILD) && !defined(OS_ANDROID)
|
| if (!variations_service_.get())
|
| - variations_service_.reset(new chrome_variations::VariationsService());
|
| -#endif
|
| + variations_service_.reset(chrome_variations::VariationsService::Create());
|
| return variations_service_.get();
|
| }
|
|
|
|
|