Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
OWNERS | D | 22-Nov-2023 | 43 | 3 | 2 | |
README.chromium | D | 22-Nov-2023 | 738 | 24 | 20 | |
google_update.gyp | D | 22-Nov-2023 | 907 | 31 | 29 | |
google_update_idl.idl | D | 22-Nov-2023 | 33.5 KiB | 1,030 | 869 |
README.chromium
1Originally this IDL was provided by the Google Update team so that we could use 2the On-Demand checking for updates. Now it is copied from the public Omaha 3repository with minor modifications. See 4http://omaha.googlecode.com/svn/trunk/official/goopdate/omaha3_idl.idl. 5 6This copy is based on http://omaha.googlecode.com/svn/trunk/official/goopdate/omaha3_idl.idl@120 7with the following two coclasses removed: 8 9 [ 10 uuid(___AUTO_GENERATED_GUID___), 11 helpstring("GoogleComProxyMachineClass") 12 ] 13 coclass GoogleComProxyMachineClass { 14 [default] interface IUnknown; 15 } 16 17 [ 18 uuid(___AUTO_GENERATED_GUID___), 19 helpstring("GoogleComProxyUserClass") 20 ] 21 coclass GoogleComProxyUserClass { 22 [default] interface IUnknown; 23 } 24