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

Unified Diff: chrome/installer/util/install_util.h

Issue 23258005: Give SxS distribution its own registration GUIDs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add linker dependency from metro_driver to installer_util Created 7 years, 3 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/installer/util/install_util.h
diff --git a/chrome/installer/util/install_util.h b/chrome/installer/util/install_util.h
index 40e6c85965bc6f3c924a5daab999c30f5f5fefcc..d00b9f6898e62f58946e2411094f45e3f7afcdfa 100644
--- a/chrome/installer/util/install_util.h
+++ b/chrome/installer/util/install_util.h
@@ -31,6 +31,8 @@ class Version;
// independently.
class InstallUtil {
public:
+ static string16 GetAppUserModelId();
grt (UTC plus 2) 2013/09/04 03:33:36 de-indent one space and add a comment
zturner 2013/09/05 01:35:29 Function is gone from latest patch.
+
// Get the path to this distribution's Active Setup registry entries.
// e.g. Software\Microsoft\Active Setup\Installed Components\<dist_guid>
static string16 GetActiveSetupPath(BrowserDistribution* dist);

Powered by Google App Engine
This is Rietveld 408576698