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

Unified Diff: chrome/browser/sync/test/integration/sync_extension_helper.cc

Issue 282103003: Moved IS_EPHEMERAL flag to extension prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix up file header Created 6 years, 7 months 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/sync_extension_helper.cc
diff --git a/chrome/browser/sync/test/integration/sync_extension_helper.cc b/chrome/browser/sync/test/integration/sync_extension_helper.cc
index 467b3f5633e90b9ae9592924326fdcc5760bc39a..112248e6868cb673696e62a8e822ee483bf21dee 100644
--- a/chrome/browser/sync/test/integration/sync_extension_helper.cc
+++ b/chrome/browser/sync/test/integration/sync_extension_helper.cc
@@ -75,6 +75,7 @@ std::string SyncExtensionHelper::InstallExtension(
syncer::StringOrdinal(),
false /* no requirement errors */,
extensions::NOT_BLACKLISTED,
+ false /* not ephemeral */,
false /* don't wait for idle to install */);
return extension->id();
}
« no previous file with comments | « chrome/browser/notifications/message_center_settings_controller.cc ('k') | chrome/browser/ui/app_list/app_list_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698