Index: chrome/installer/gcapi_mac/gcapi.h |
diff --git a/chrome/installer/gcapi_mac/gcapi.h b/chrome/installer/gcapi_mac/gcapi.h |
index 3a84a1f787f8fe9b51344a16abb2f2876d5e2391..28a23aa397acc30aa6bf14b15c58b68d6765f681 100644 |
--- a/chrome/installer/gcapi_mac/gcapi.h |
+++ b/chrome/installer/gcapi_mac/gcapi.h |
@@ -31,6 +31,9 @@ extern "C" { |
// sense on mac, change comment. |
int GoogleChromeCompatibilityCheck(unsigned* reasons); |
+// This function launches Google Chrome after a successful install. |
Mark Mentovai
2012/05/18 19:15:06
I guess this can be done after the “install” part
Nico
2012/05/18 19:21:24
This is an excellent suggestion, wil do.
|
+int LaunchGoogleChrome(); |
+ |
#ifdef __cplusplus |
} // extern "C" |
#endif |