| Index: chrome/install_static/install_modes.h
|
| diff --git a/chrome/install_static/install_modes.h b/chrome/install_static/install_modes.h
|
| index 687686b84de1f2b523764a8a84418f857908be7e..be00e76d20ae289974ab1c3db65c7757ec026efa 100644
|
| --- a/chrome/install_static/install_modes.h
|
| +++ b/chrome/install_static/install_modes.h
|
| @@ -72,9 +72,11 @@ extern const InstallConstants kInstallModes[];
|
| // Google Update, they return something like
|
| // "Software\Google\Update\ClientState{Medium}\<guid>" where "<guid>" is either
|
| // |mode|'s appguid or the brand's kBinariesAppGuid.
|
| +std::wstring GetClientsKeyPath(const wchar_t* app_guid);
|
| std::wstring GetClientStateKeyPath(const wchar_t* app_guid);
|
| -std::wstring GetBinariesClientStateKeyPath();
|
| std::wstring GetClientStateMediumKeyPath(const wchar_t* app_guid);
|
| +std::wstring GetBinariesClientsKeyPath();
|
| +std::wstring GetBinariesClientStateKeyPath();
|
| std::wstring GetBinariesClientStateMediumKeyPath();
|
|
|
| } // namespace install_static
|
|
|