Index: chrome/browser/sync/test/integration/apps_helper.cc |
diff --git a/chrome/browser/sync/test/integration/apps_helper.cc b/chrome/browser/sync/test/integration/apps_helper.cc |
index feeb43ee6a4322f269a8bbf715470fce7a8befff..d51ba27100e4063724149178eb1374dfb004ed5b 100644 |
--- a/chrome/browser/sync/test/integration/apps_helper.cc |
+++ b/chrome/browser/sync/test/integration/apps_helper.cc |
@@ -65,6 +65,16 @@ void UninstallApp(Profile* profile, int index) { |
profile, CreateFakeAppName(index)); |
} |
+void EnableApp(Profile* profile, int index) { |
+ return SyncExtensionHelper::GetInstance()->EnableExtension( |
+ profile, CreateFakeAppName(index)); |
+} |
+ |
+void DisableApp(Profile* profile, int index) { |
+ return SyncExtensionHelper::GetInstance()->DisableExtension( |
+ profile, CreateFakeAppName(index)); |
+} |
+ |
void IncognitoEnableApp(Profile* profile, int index) { |
return SyncExtensionHelper::GetInstance()->IncognitoEnableExtension( |
profile, CreateFakeAppName(index)); |