| 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
|
|
|
|
|