OLD | NEW |
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 |
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 @8 PRIVATE |
9 LaunchGoogleChrome PRIVATE | 9 LaunchGoogleChrome PRIVATE |
10 LaunchGoogleChromeWithDimensions @16 PRIVATE | 10 LaunchGoogleChromeWithDimensions @16 PRIVATE |
11 GoogleChromeDaysSinceLastRun PRIVATE | 11 GoogleChromeDaysSinceLastRun PRIVATE |
12 CanOfferReactivation PRIVATE | |
13 ReactivateChrome PRIVATE | |
OLD | NEW |