Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Side by Side Diff: plugin/npapi_host_control/win/npapi_host_control.idl

Issue 598075: Removal Of NPObjectProxy ClassId (Closed) Base URL: http://src.chromium.org/svn/trunk/src/o3d/
Patch Set: '' Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright 2009, Google Inc. 2 * Copyright 2009, Google Inc.
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are 6 * modification, are permitted provided that the following conditions are
7 * met: 7 * met:
8 * 8 *
9 * * Redistributions of source code must retain the above copyright 9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 importlib("stdole2.tlb"); 82 importlib("stdole2.tlb");
83 [ 83 [
84 uuid(9666A772-407E-4F90-BC37-982E8160EB2D), 84 uuid(9666A772-407E-4F90-BC37-982E8160EB2D),
85 //control, 85 //control,
86 helpstring("HostControl Class") 86 helpstring("HostControl Class")
87 ] 87 ]
88 coclass HostControl 88 coclass HostControl
89 { 89 {
90 [default] interface IHostControl; 90 [default] interface IHostControl;
91 }; 91 };
92
93 [
94 uuid(1D68424D-7A71-4b61-AE5C-56DBCD8B0E53),
95 ]
96 coclass NPObjectProxy
97 {
98 [default] interface INPObjectProxy;
99 };
100 }; 92 };
OLDNEW
« no previous file with comments | « plugin/npapi_host_control/win/np_object_proxy.rgs ('k') | plugin/npapi_host_control/win/npapi_host_control.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698