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); |