Index: chrome/browser/sync/test/integration/sync_extension_helper.h |
=================================================================== |
--- chrome/browser/sync/test/integration/sync_extension_helper.h (revision 234311) |
+++ chrome/browser/sync/test/integration/sync_extension_helper.h (working copy) |
@@ -44,6 +44,12 @@ |
// on |profile|. |
std::vector<std::string> GetInstalledExtensionNames(Profile* profile) const; |
+ // Enables the extension with the given name on |profile|. |
+ void EnableExtension(Profile* profile, const std::string& name); |
+ |
+ // Disables the extension with the given name on |profile|. |
+ void DisableExtension(Profile* profile, const std::string& name); |
+ |
// Returns true if the extension with the given name is enabled on |profile|. |
bool IsExtensionEnabled(Profile* profile, const std::string& name) const; |