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

Unified Diff: chrome/test/live_sync/live_extensions_sync_test_base.cc

Issue 4687005: Track permissions granted to extensions in prefs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac test failure Created 10 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
« no previous file with comments | « chrome/test/data/extensions/permissions/unknown/test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/live_sync/live_extensions_sync_test_base.cc
diff --git a/chrome/test/live_sync/live_extensions_sync_test_base.cc b/chrome/test/live_sync/live_extensions_sync_test_base.cc
index 1eb040e5e9b5c261b45c7ac59ea528421625ad2e..ce4396ef204e88750384600a0c2c14c445049af2 100644
--- a/chrome/test/live_sync/live_extensions_sync_test_base.cc
+++ b/chrome/test/live_sync/live_extensions_sync_test_base.cc
@@ -103,7 +103,7 @@ void LiveExtensionsSyncTestBase::InstallExtension(
Profile* profile, scoped_refptr<Extension> extension) {
CHECK(profile);
CHECK(extension.get());
- profile->GetExtensionsService()->OnExtensionInstalled(extension, true);
+ profile->GetExtensionsService()->OnExtensionInstalled(extension);
}
void LiveExtensionsSyncTestBase::InstallAllPendingExtensions(
« no previous file with comments | « chrome/test/data/extensions/permissions/unknown/test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698