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

Side by Side Diff: chrome/installer/gcapi/gcapi.def

Issue 9704022: This patch modifies some aspects of GCAPI in support of the new Chrome reactivation functions. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 LIBRARY "gcapi_dll.dll" 1 LIBRARY "gcapi_dll.dll"
2 2
3 EXPORTS 3 EXPORTS
4 ; Note that we keep the assigned ordinals for a couple of the exports 4 ; Note that we keep the assigned ordinals for a couple of the exports
5 ; to maintain parity with the old gcapi code. LaunchGoogleChrome was 5 ; to maintain parity with the old gcapi code. LaunchGoogleChrome was
robertshield 2012/03/15 03:52:32 If we're deleting the ordinals then this comment b
mgraboski 2012/03/22 00:33:25 Done.
6 ; originally tagged as having an export ordinal of 0 which afaict is not 6 ; originally tagged as having an export ordinal of 0 which afaict is not
7 ; legal. 7 ; legal.
8 GoogleChromeCompatibilityCheck @8 PRIVATE 8 GoogleChromeCompatibilityCheck
9 LaunchGoogleChrome PRIVATE 9 LaunchGoogleChrome
10 LaunchGoogleChromeWithDimensions @16 PRIVATE 10 LaunchGoogleChromeWithDimensions
11 GoogleChromeDaysSinceLastRun PRIVATE 11 GoogleChromeDaysSinceLastRun
12 CanOfferReactivation PRIVATE 12 CanOfferReactivation
13 ReactivateChrome PRIVATE 13 ReactivateChrome
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698