Chromium Code Reviews| 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 91d873409e70fe4d6e6eb22fdd0e9feef73a2353..b420065c2d2f66360ca140944f1483ac6509cc96 100644 |
| --- a/chrome/browser/sync/test/integration/sync_app_list_helper.h |
| +++ b/chrome/browser/sync/test/integration/sync_app_list_helper.h |
| @@ -14,6 +14,10 @@ |
| class Profile; |
| class SyncTest; |
| +namespace app_list { |
| +class AppListItem; |
| +} |
| + |
| class SyncAppListHelper { |
| public: |
| // Singleton implementation. |
| @@ -46,6 +50,11 @@ class SyncAppListHelper { |
| // and the app list entries all have the same state. |
| bool AppListMatchesVerifier(Profile* profile); |
| + // Helper function for debugging, logs into for an item. |
|
tapted
2014/01/28 11:56:53
nit: into -> info?
stevenjb
2014/01/28 18:28:08
Done.
|
| + void PrintItem(Profile* profile, |
| + app_list::AppListItem* item, |
| + const std::string& label); |
| + |
| SyncTest* test_; |
| bool setup_completed_; |