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

Unified Diff: chrome/installer/gcapi/gcapi.def

Issue 8508060: Add functionality to the GCAPI to detect when Chrome was last run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
Index: chrome/installer/gcapi/gcapi.def
===================================================================
--- chrome/installer/gcapi/gcapi.def (revision 0)
+++ chrome/installer/gcapi/gcapi.def (revision 0)
@@ -0,0 +1,11 @@
+LIBRARY "gcapi_dll.dll"
+
+EXPORTS
+ ; Note that we keep the assigned ordinals for a couple of the exports
+ ; to maintain parity with the old gcapi code. LaunchGoogleChrome was
+ ; originally tagged as having an export ordinal of 0 which afaict is not
+ ; legal.
+ GoogleChromeCompatibilityCheck @8 PRIVATE
+ LaunchGoogleChrome PRIVATE
+ LaunchGoogleChromeWithDimensions @16 PRIVATE
+ GoogleChromeDaysSinceLastRun PRIVATE
Property changes on: chrome\installer\gcapi\gcapi.def
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698