| Index: chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc b/chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc
|
| index 2ada4eeb8623a4c2dc2d9f217892fc4b0ee96de3..09e925db3a1d0a931b19abc06a1fdf4342ee8f16 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache_android.cc
|
| @@ -60,7 +60,7 @@ void NTPResourceCache::CreateNewTabHTML() {
|
| // Show the profile name in the title and most visited labels if the current
|
| // profile is not the default.
|
| DictionaryValue localized_strings;
|
| - localized_strings.SetString("hasattribution", "false");
|
| + localized_strings.SetBoolean("hasattribution", false);
|
| localized_strings.SetString("title",
|
| l10n_util::GetStringUTF16(IDS_NEW_TAB_TITLE));
|
| localized_strings.SetString("mostvisited",
|
|
|