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

Unified Diff: chrome/installer/gcapi_mac/gcapi.h

Issue 10386218: mac gcapi: Add LaunchGoogleChrome() function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 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
« no previous file with comments | « no previous file | chrome/installer/gcapi_mac/gcapi.mm » ('j') | chrome/installer/gcapi_mac/gcapi.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/installer/gcapi_mac/gcapi.mm » ('j') | chrome/installer/gcapi_mac/gcapi.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698