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

Unified Diff: chrome/browser/extensions/component_loader.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
Index: chrome/browser/extensions/component_loader.cc
diff --git a/chrome/browser/extensions/component_loader.cc b/chrome/browser/extensions/component_loader.cc
index 666a2639c2b477c879198c0c5289aedb8b9a71da..e9fb7d1d6d492f36c4f85adcde7244c9f89f341b 100644
--- a/chrome/browser/extensions/component_loader.cc
+++ b/chrome/browser/extensions/component_loader.cc
@@ -395,7 +395,7 @@ void ComponentLoader::AddGoogleNowExtension() {
// Enable the feature on trybots and trunk builds.
bool enabled_via_trunk_build =
- chrome::VersionInfo::GetChannel() == chrome::VersionInfo::CHANNEL_UNKNOWN;
+ chrome::VersionInfo::GetChannel() == version_info::Channel::UNKNOWN;
bool is_authenticated =
SigninManagerFactory::GetForProfile(profile_)->IsAuthenticated();
« no previous file with comments | « chrome/browser/extensions/chrome_notification_observer.cc ('k') | chrome/browser/extensions/error_console/error_console.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698