summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/test/integration/sync_extension_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/test/integration/sync_extension_helper.cc')
-rw-r--r--chrome/browser/sync/test/integration/sync_extension_helper.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/sync/test/integration/sync_extension_helper.cc b/chrome/browser/sync/test/integration/sync_extension_helper.cc
index f1d8b77..41db664 100644
--- a/chrome/browser/sync/test/integration/sync_extension_helper.cc
+++ b/chrome/browser/sync/test/integration/sync_extension_helper.cc
@@ -101,7 +101,8 @@ void SyncExtensionHelper::EnableExtension(Profile* profile,
void SyncExtensionHelper::DisableExtension(Profile* profile,
const std::string& name) {
- profile->GetExtensionService()->DisableExtension(NameToId(name));
+ profile->GetExtensionService()->DisableExtension(
+ NameToId(name), Extension::DISABLE_USER_ACTION);
}
bool SyncExtensionHelper::IsExtensionEnabled(