| Index: chrome/installer/gcapi/gcapi.h
|
| ===================================================================
|
| --- chrome/installer/gcapi/gcapi.h (revision 125017)
|
| +++ chrome/installer/gcapi/gcapi.h (working copy)
|
| @@ -105,8 +105,8 @@
|
|
|
| // Function pointer type declarations to use with GetProcAddress.
|
| typedef BOOL (__stdcall *GCCC_CompatibilityCheck)(BOOL, int, DWORD *);
|
| -typedef BOOL (__stdcall *GCCC_LaunchGC)(HANDLE *);
|
| -typedef BOOL (__stdcall *GCCC_LaunchGCWithDimensions)(int, int, int, int);
|
| +typedef BOOL (__stdcall *GCCC_LaunchGC)();
|
| +typedef BOOL (__stdcall *GCCC_LaunchGCWithDimensions)(int, int, int, int, bool);
|
| typedef int (__stdcall *GCCC_GoogleChromeDaysSinceLastRun)();
|
| typedef BOOL (__stdcall *GCCC_CanOfferReactivation)(const wchar_t*,
|
| int,
|
|
|