Chromium Code Reviews

Unified Diff: chrome/browser/policy/policy_browsertest.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.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/policy/policy_browsertest.cc
diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
index 3a8cc7427458610f904affd9120af4dafb0e8af7..fda859358fe6e1e1265387f4d01710137f0c6ce1 100644
--- a/chrome/browser/policy/policy_browsertest.cc
+++ b/chrome/browser/policy/policy_browsertest.cc
@@ -1681,7 +1681,7 @@ IN_PROC_BROWSER_TEST_F(PolicyTest, ExtensionInstallBlacklistSharedModules) {
// Make sure that "import" and "export" are available to these extension IDs
// by mocking the release channel.
- extensions::ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_DEV);
+ extensions::ScopedCurrentChannel channel(version_info::Channel::DEV);
// Verify that the extensions are not installed initially.
ExtensionService* service = extension_service();

Powered by Google App Engine