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

Unified Diff: chrome/installer/gcapi_mac/gcapi_example_client.mm

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
« chrome/installer/gcapi_mac/gcapi.mm ('K') | « chrome/installer/gcapi_mac/gcapi.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/gcapi_mac/gcapi_example_client.mm
diff --git a/chrome/installer/gcapi_mac/gcapi_example_client.mm b/chrome/installer/gcapi_mac/gcapi_example_client.mm
index 902fff3104732ed4d7173cf2542d890f3c740cd2..4b27496f529631a821557bb54f6068833a467c80 100644
--- a/chrome/installer/gcapi_mac/gcapi_example_client.mm
+++ b/chrome/installer/gcapi_mac/gcapi_example_client.mm
@@ -10,4 +10,6 @@ int main() {
unsigned reasons;
int b = GoogleChromeCompatibilityCheck(&reasons);
NSLog(@"%d: %x", b, reasons);
+
+ LaunchGoogleChrome();
}
« chrome/installer/gcapi_mac/gcapi.mm ('K') | « chrome/installer/gcapi_mac/gcapi.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698