Index: chrome/browser/sync/test/integration/apps_helper.h |
=================================================================== |
--- chrome/browser/sync/test/integration/apps_helper.h (revision 234311) |
+++ chrome/browser/sync/test/integration/apps_helper.h (working copy) |
@@ -42,6 +42,12 @@ |
// Installs all pending synced apps for |profile|. |
void InstallAppsPendingForSync(Profile* profile); |
+// Enables the app for the given index on |profile|. |
+void EnableApp(Profile* profile, int index); |
+ |
+// Disables the app for the given index on |profile|. |
+void DisableApp(Profile* profile, int index); |
+ |
// Enables the app for the given index in incognito mode on |profile|. |
void IncognitoEnableApp(Profile* profile, int index); |