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

Unified Diff: chrome/install_static/install_modes.h

Issue 2459583002: Use InstallDetails in setup. (Closed)
Patch Set: compile fix Created 3 years, 10 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/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

Powered by Google App Engine
This is Rietveld 408576698