summaryrefslogtreecommitdiffstats
path: root/google_update
diff options
context:
space:
mode:
authornbarth@chromium.org <nbarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-23 13:11:05 +0000
committernbarth@chromium.org <nbarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-23 13:11:05 +0000
commitb1954f5ee86ed079d145e6195891268378dd5995 (patch)
tree729bfa7cff52534956c6746aadbd61ebd691d897 /google_update
parentc63514679ae3f53d3819cdbacd9559bb14711764 (diff)
downloadchromium_src-b1954f5ee86ed079d145e6195891268378dd5995.zip
chromium_src-b1954f5ee86ed079d145e6195891268378dd5995.tar.gz
chromium_src-b1954f5ee86ed079d145e6195891268378dd5995.tar.bz2
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
Diffstat (limited to 'google_update')
-rw-r--r--google_update/google_update_idl.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/google_update/google_update_idl.idl b/google_update/google_update_idl.idl
index cf40946..f1337c6 100644
--- a/google_update/google_update_idl.idl
+++ b/google_update/google_update_idl.idl
@@ -477,7 +477,7 @@ interface ICurrentState : IDispatch {
dual,
uuid(4E223325-C16B-4eeb-AEDC-19AA99A237FA),
helpstring("IRegistrationUpdateHook Interface"),
- pointer_default(unique),
+ pointer_default(unique)
]
interface IRegistrationUpdateHook : IDispatch {
HRESULT UpdateRegistry([in] BSTR app_id, [in] VARIANT_BOOL is_machine);
@@ -487,7 +487,7 @@ interface IRegistrationUpdateHook : IDispatch {
object,
uuid(b3a47570-0a85-4aea-8270-529d47899603),
helpstring("ICredentialDialog Interface"),
- pointer_default(unique),
+ pointer_default(unique)
]
interface ICredentialDialog : IUnknown {
HRESULT QueryUserForCredentials([in] ULONG_PTR owner_hwnd,
@@ -508,7 +508,7 @@ interface ICredentialDialog : IUnknown {
dual,
uuid(494B20CF-282E-4BDD-9F5D-B70CB09D351E),
helpstring("IGoogleUpdate3Web Interface"),
- pointer_default(unique),
+ pointer_default(unique)
]
interface IGoogleUpdate3Web : IDispatch {
HRESULT createAppBundleWeb([out, retval] IDispatch** app_bundle_web);
@@ -518,7 +518,7 @@ interface IGoogleUpdate3Web : IDispatch {
object,
uuid(2D363682-561D-4c3a-81C6-F2F82107562A),
helpstring("IGoogleUpdate3WebSecurity Interface"),
- pointer_default(unique),
+ pointer_default(unique)
]
interface IGoogleUpdate3WebSecurity : IUnknown {
HRESULT setOriginURL([in] BSTR origin_url);
@@ -529,7 +529,7 @@ interface IGoogleUpdate3WebSecurity : IUnknown {
dual,
uuid(DD42475D-6D46-496a-924E-BD5630B4CBBA),
helpstring("IAppBundleWeb Interface"),
- pointer_default(unique),
+ pointer_default(unique)
]
interface IAppBundleWeb : IDispatch {
[id(2)] HRESULT createApp([in] BSTR app_guid,
@@ -568,7 +568,7 @@ interface IAppBundleWeb : IDispatch {
dual,
uuid(18D0F672-18B4-48e6-AD36-6E6BF01DBBC4),
helpstring("IAppWeb Interface"),
- pointer_default(unique),
+ pointer_default(unique)
]
interface IAppWeb : IDispatch {
[propget] HRESULT appId([out, retval] BSTR*);