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

Unified Diff: chrome/common/extensions/features/feature_channel.h

Issue 1269773002: Cleanup VersionInfo after componentization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 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/common/extensions/features/feature_channel.h
diff --git a/chrome/common/extensions/features/feature_channel.h b/chrome/common/extensions/features/feature_channel.h
index 88263a13c9287782cd617e63a5975c882908b8bd..9108dd47596e37ce57989ce987476b6867ed60e9 100644
--- a/chrome/common/extensions/features/feature_channel.h
+++ b/chrome/common/extensions/features/feature_channel.h
@@ -5,7 +5,11 @@
#ifndef CHROME_COMMON_EXTENSIONS_FEATURES_FEATURE_CHANNEL_H_
#define CHROME_COMMON_EXTENSIONS_FEATURES_FEATURE_CHANNEL_H_
-#include "chrome/common/chrome_version_info.h"
+#include "base/macros.h"
+
+namespace version_info {
+enum class Channel;
+}
namespace extensions {
@@ -13,8 +17,8 @@ namespace extensions {
version_info::Channel GetCurrentChannel();
// Sets the current channel as seen by the Feature system. In the browser
-// process this should be chrome::VersionInfo::GetChannel(), and in the
-// renderer this will need to come from an IPC.
+// process this should be chrome::GetChannel(), and in the renderer this will
+// need to come from an IPC.
void SetCurrentChannel(version_info::Channel channel);
// Gets the default channel as seen by the Feature system.

Powered by Google App Engine
This is Rietveld 408576698