| Index: chrome/install_static/install_util.h | 
| diff --git a/chrome/install_static/install_util.h b/chrome/install_static/install_util.h | 
| index d0674511d0d3e77f18c4c5eb3ecb9673e3cba63f..7be3400b00ce59d47027a617fd84c78127d9491b 100644 | 
| --- a/chrome/install_static/install_util.h | 
| +++ b/chrome/install_static/install_util.h | 
| @@ -13,6 +13,10 @@ | 
| #include <string> | 
| #include <vector> | 
|  | 
| +namespace version_info { | 
| +enum class Channel; | 
| +} | 
| + | 
| namespace install_static { | 
|  | 
| struct InstallConstants; | 
| @@ -191,7 +195,8 @@ void GetExecutableVersionDetails(const std::wstring& exe_path, | 
| std::wstring* special_build, | 
| std::wstring* channel_name); | 
|  | 
| -// Gets the channel name for the current Chrome process. | 
| +// Gets the channel or channel name for the current Chrome process. | 
| +version_info::Channel GetChromeChannel(); | 
| std::wstring GetChromeChannelName(); | 
|  | 
| // Returns true if the |source| string matches the |pattern|. The pattern | 
|  |