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

Unified Diff: chrome/browser/sync/test/integration/themes_helper.h

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/sync/test/integration/themes_helper.h
diff --git a/chrome/browser/sync/test/integration/themes_helper.h b/chrome/browser/sync/test/integration/themes_helper.h
index 07bdacad25ab22dedf425d3ec803630e0c341e9f..d0c2f155dc4dc7b8b747463a88743e131cb048e7 100644
--- a/chrome/browser/sync/test/integration/themes_helper.h
+++ b/chrome/browser/sync/test/integration/themes_helper.h
@@ -27,8 +27,8 @@ bool UsingCustomTheme(Profile* profile) WARN_UNUSED_RESULT;
// Returns true iff |profile| is using the default theme.
bool UsingDefaultTheme(Profile* profile) WARN_UNUSED_RESULT;
-// Returns true iff |profile| is using the native theme.
-bool UsingNativeTheme(Profile* profile) WARN_UNUSED_RESULT;
+// Returns true iff |profile| is using the system theme.
+bool UsingSystemTheme(Profile* profile) WARN_UNUSED_RESULT;
// Returns true iff a theme with the given ID is pending install in
// |profile|.
@@ -46,8 +46,8 @@ void UseCustomTheme(Profile* profile, int index);
// Sets |profile| to use the default theme.
void UseDefaultTheme(Profile* profile);
-// Sets |profile| to use the native theme.
-void UseNativeTheme(Profile* profile);
+// Sets |profile| to use the system theme.
+void UseSystemTheme(Profile* profile);
} // namespace themes_helper

Powered by Google App Engine
This is Rietveld 408576698