Chromium Code Reviews| Index: chrome/installer/mini_installer/appid.h |
| diff --git a/chrome/installer/mini_installer/appid.h b/chrome/installer/mini_installer/appid.h |
| index 07f54a8090182d4391825c410e16a43c995f805e..7a4d40e2ac864d624989e327f9c25cd09ed592a4 100644 |
| --- a/chrome/installer/mini_installer/appid.h |
| +++ b/chrome/installer/mini_installer/appid.h |
| @@ -11,6 +11,7 @@ namespace google_update { |
| extern const wchar_t kAppGuid[]; |
| extern const wchar_t kSxSAppGuid[]; |
| extern const wchar_t kChromeFrameAppGuid[]; |
| +extern const wchar_t kChromeAppHostAppGuid[]; |
|
grt (UTC plus 2)
2012/07/12 18:37:10
move up one line
erikwright (departed)
2012/07/16 20:13:11
Done.
|
| extern const wchar_t kMultiInstallAppGuid[]; |
| } |