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

Unified Diff: extensions/common/permissions/permission_message_provider.cc

Issue 1106613005: Extensions: Switch to new permission message system, part IV (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 5 years, 8 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
« no previous file with comments | « chrome/common/extensions/permissions/permission_set_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/permissions/permission_message_provider.cc
diff --git a/extensions/common/permissions/permission_message_provider.cc b/extensions/common/permissions/permission_message_provider.cc
index f194340ed0c517aae5bda34ce102a1545d7729b9..d4c30259412cac8c8d53ca77d1dbeaa4b26552c4 100644
--- a/extensions/common/permissions/permission_message_provider.cc
+++ b/extensions/common/permissions/permission_message_provider.cc
@@ -20,7 +20,7 @@ bool IsNewPermissionMessageSystemEnabled() {
return g_force_permission_system_for_testing == ForceForTesting::FORCE_NEW;
const std::string group_name =
base::FieldTrialList::FindFullName("PermissionMessageSystem");
- return group_name == "NewSystem";
+ return group_name != "OldSystem";
}
} // namespace
« no previous file with comments | « chrome/common/extensions/permissions/permission_set_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698