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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/gcapi/gcapi.cc ('k') | chrome/installer/gcapi/gcapi_reactivation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/gcapi/gcapi.def
===================================================================
--- chrome/installer/gcapi/gcapi.def (revision 125017)
+++ chrome/installer/gcapi/gcapi.def (working copy)
@@ -1,13 +1,9 @@
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
- CanOfferReactivation PRIVATE
- ReactivateChrome PRIVATE
+ GoogleChromeCompatibilityCheck
+ LaunchGoogleChrome
+ LaunchGoogleChromeWithDimensions
+ GoogleChromeDaysSinceLastRun
+ CanOfferReactivation
+ ReactivateChrome
« no previous file with comments | « chrome/installer/gcapi/gcapi.cc ('k') | chrome/installer/gcapi/gcapi_reactivation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698