| Index: chrome/browser/sync/test/integration/sync_app_list_helper.h
|
| diff --git a/chrome/browser/sync/test/integration/sync_app_list_helper.h b/chrome/browser/sync/test/integration/sync_app_list_helper.h
|
| index cd788b25b023bdb9b0bac929b471cba24c9ac2dd..258e0eed46f504cd1d0b29bdfe46457122abc70c 100644
|
| --- a/chrome/browser/sync/test/integration/sync_app_list_helper.h
|
| +++ b/chrome/browser/sync/test/integration/sync_app_list_helper.h
|
| @@ -29,9 +29,8 @@ class SyncAppListHelper {
|
| // internal data structures.
|
| void SetupIfNecessary(SyncTest* test);
|
|
|
| - // Returns true iff all existing profiles have the same app list entries
|
| - // as the verifier.
|
| - bool AllProfilesHaveSameAppListAsVerifier();
|
| + // Returns true iff all existing profiles have the same app list entries.
|
| + bool AllProfilesHaveSameAppList();
|
|
|
| // Moves an app in |profile|.
|
| void MoveApp(Profile* profile, size_t from, size_t to);
|
| @@ -58,9 +57,9 @@ class SyncAppListHelper {
|
| SyncAppListHelper();
|
| ~SyncAppListHelper();
|
|
|
| - // Returns true iff |profile| has the same app list as |test_|->verifier()
|
| + // Returns true iff |profile1| has the same app list as |profile2|
|
| // and the app list entries all have the same state.
|
| - bool AppListMatchesVerifier(Profile* profile);
|
| + bool AppListMatch(Profile* profile1, Profile* profile2);
|
|
|
| // Helper function for debugging, logs info for an item, including the
|
| // contents of any folder items.
|
|
|