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

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: Fix OWNERS (copy from //chrome/OWNERS) 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..16a62860d7ae3e43a5d81812622e24036aec2b79 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();

Powered by Google App Engine
This is Rietveld 408576698