Chromium Code Reviews| Index: chrome/installer/gcapi/gcapi.def |
| =================================================================== |
| --- chrome/installer/gcapi/gcapi.def (revision 125017) |
| +++ chrome/installer/gcapi/gcapi.def (working copy) |
| @@ -5,9 +5,9 @@ |
| ; 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.
|
| ; originally tagged as having an export ordinal of 0 which afaict is not |
| ; legal. |
| - GoogleChromeCompatibilityCheck @8 PRIVATE |
| - LaunchGoogleChrome PRIVATE |
| - LaunchGoogleChromeWithDimensions @16 PRIVATE |
| - GoogleChromeDaysSinceLastRun PRIVATE |
| - CanOfferReactivation PRIVATE |
| - ReactivateChrome PRIVATE |
| + GoogleChromeCompatibilityCheck |
| + LaunchGoogleChrome |
| + LaunchGoogleChromeWithDimensions |
| + GoogleChromeDaysSinceLastRun |
| + CanOfferReactivation |
| + ReactivateChrome |