Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: chrome/browser/search_engines/search_terms_data.cc

Issue 244893004: Improve some naming (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac and win Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/search_engines/search_terms_data.cc
diff --git a/chrome/browser/search_engines/search_terms_data.cc b/chrome/browser/search_engines/search_terms_data.cc
index abb201a7a52bdfa9b5a0da86fe724d5aa1f82400..60ff33f5844e1ce5a4d5c80280e3c64fe2f2f4b6 100644
--- a/chrome/browser/search_engines/search_terms_data.cc
+++ b/chrome/browser/search_engines/search_terms_data.cc
@@ -191,7 +191,7 @@ std::string UIThreadSearchTermsData::NTPIsThemedParam() const {
ThemeService* theme_service = ThemeServiceFactory::GetForProfile(profile_);
// NTP is considered themed if the theme is not default and not native (GTK+).
if (theme_service && !theme_service->UsingDefaultTheme() &&
- !theme_service->UsingNativeTheme())
+ !theme_service->UsingSystemTheme())
return "es_th=1&";
#endif // defined(ENABLE_THEMES)
« no previous file with comments | « chrome/browser/renderer_preferences_util.cc ('k') | chrome/browser/sync/test/integration/single_client_themes_sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698