0
Files
src/google_update
nbarth@chromium.org b1954f5ee8 Remove trailing commas from Chromium IDLs
This removes trailing commas in extended attributes from the
2 files that have them.
This is not part of the standard, and doesn't work with strict
parsers, but laxer parsers may not notice.
This removes a barrier to using more standard-compliant parsers
more widely; discovered when rewriting Blink IDL parser.

BUG=242800

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201779 0039d316-1c4b-4281-b951-d872f2087c98
2013-05-23 13:11:05 +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;
  }