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

Unified Diff: chrome/common/pepper_permission_util_unittest.cc

Issue 1257633002: Componentize VersionInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert version_info::Channel to a "class enum" Created 5 years, 5 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/metrics/version_utils.cc ('k') | chrome/common/sync_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pepper_permission_util_unittest.cc
diff --git a/chrome/common/pepper_permission_util_unittest.cc b/chrome/common/pepper_permission_util_unittest.cc
index 54ca829b2a1816e1104b241a14e1b409a3c76c4b..696705195b80c45e81808e2c4c34008957dabbb8 100644
--- a/chrome/common/pepper_permission_util_unittest.cc
+++ b/chrome/common/pepper_permission_util_unittest.cc
@@ -43,7 +43,7 @@ scoped_refptr<Extension> CreateExtensionImportingModule(
} // namespace
TEST(PepperPermissionUtilTest, ExtensionWhitelisting) {
- ScopedCurrentChannel current_channel(chrome::VersionInfo::CHANNEL_UNKNOWN);
+ ScopedCurrentChannel current_channel(version_info::Channel::UNKNOWN);
ExtensionSet extensions;
std::string whitelisted_id =
crx_file::id_util::GenerateId("whitelisted_extension");
@@ -79,7 +79,7 @@ TEST(PepperPermissionUtilTest, ExtensionWhitelisting) {
}
TEST(PepperPermissionUtilTest, SharedModuleWhitelisting) {
- ScopedCurrentChannel current_channel(chrome::VersionInfo::CHANNEL_UNKNOWN);
+ ScopedCurrentChannel current_channel(version_info::Channel::UNKNOWN);
ExtensionSet extensions;
std::string whitelisted_id = crx_file::id_util::GenerateId("extension_id");
std::string bad_id = crx_file::id_util::GenerateId("bad_id");
« no previous file with comments | « chrome/common/metrics/version_utils.cc ('k') | chrome/common/sync_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698