0
Files
src/google_update
erikwright@chromium.org d1dc64e609 Update the google_update_idl to reflect recent changes to Omaha.
R=robertshield
BUG=138313


Review URL: https://chromiumcodereview.appspot.com/10823287

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151299 0039d316-1c4b-4281-b951-d872f2087c98
2012-08-13 17:32:27 +00:00
..

Originally this IDL was provided by the Google Update team so that we could use
the On-Demand checking for updates. Now it is copied from the public Omaha
repository with minor modifications. See
http://omaha.googlecode.com/svn/trunk/official/goopdate/omaha3_idl.idl.

This copy is based on http://omaha.googlecode.com/svn/trunk/official/goopdate/omaha3_idl.idl@120
with the following two coclasses removed:

  [
    uuid(___AUTO_GENERATED_GUID___),
    helpstring("GoogleComProxyMachineClass")
  ]
  coclass GoogleComProxyMachineClass {
    [default] interface IUnknown;
  }

  [
    uuid(___AUTO_GENERATED_GUID___),
    helpstring("GoogleComProxyUserClass")
  ]
  coclass GoogleComProxyUserClass {
    [default] interface IUnknown;
  }