| Index: chrome/android/shell/chrome_main_delegate_chrome_shell_android.cc
|
| diff --git a/chrome/android/shell/chrome_main_delegate_chrome_shell_android.cc b/chrome/android/shell/chrome_main_delegate_chrome_shell_android.cc
|
| index 6e9b7c3a1177fd0ebef32b0775cce7d222fbaaae..76125e6e0bcb986132b84a38a9c85fbc1575e82e 100644
|
| --- a/chrome/android/shell/chrome_main_delegate_chrome_shell_android.cc
|
| +++ b/chrome/android/shell/chrome_main_delegate_chrome_shell_android.cc
|
| @@ -6,9 +6,6 @@
|
|
|
| #include "base/android/jni_android.h"
|
| #include "base/android/jni_registrar.h"
|
| -#include "components/search_engines/template_url_prepopulate_data.h"
|
| -
|
| -static const char kDefaultCountryCode[] = "US";
|
|
|
| ChromeMainDelegateAndroid* ChromeMainDelegateAndroid::Create() {
|
| return new ChromeMainDelegateChromeShellAndroid();
|
| @@ -22,7 +19,6 @@ ChromeMainDelegateChromeShellAndroid::~ChromeMainDelegateChromeShellAndroid() {
|
|
|
| bool ChromeMainDelegateChromeShellAndroid::BasicStartupComplete(
|
| int* exit_code) {
|
| - TemplateURLPrepopulateData::InitCountryCode(kDefaultCountryCode);
|
| return ChromeMainDelegateAndroid::BasicStartupComplete(exit_code);
|
| }
|
|
|
|
|