Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(625)

Unified Diff: chrome/browser/sync/test/integration/apps_helper.h

Issue 65983002: Revert 231221 - "Remove enabled/disabled state from extension and app sync." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/test/integration/apps_helper.h
diff --git a/chrome/browser/sync/test/integration/apps_helper.h b/chrome/browser/sync/test/integration/apps_helper.h
index e6a8bb6fc0921043ad90cada2c0f23eb697569a6..70d3ec415773ac5c93303226efedf1ef45c4f65b 100644
--- a/chrome/browser/sync/test/integration/apps_helper.h
+++ b/chrome/browser/sync/test/integration/apps_helper.h
@@ -42,6 +42,12 @@ void UninstallApp(Profile* profile, int index);
// 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);
« no previous file with comments | « chrome/browser/extensions/extension_sync_service.cc ('k') | chrome/browser/sync/test/integration/apps_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698