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

Side by Side Diff: google_update/README.chromium

Issue 10021003: Implemented on-demand installation of the Chromoting Host on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed errors. Created 8 years, 8 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 This IDL was provided by the Google Update team so that we could use the new 1 Originally this IDL was provided by the Google Update team so that we could use
2 On-Demand checking for updates. 2 the On-Demand checking for updates. Now it is copied from the public Omaha
3 repository with minor modifications. See
4 http://omaha.googlecode.com/svn/trunk/official/goopdate/omaha3_idl.idl.
5
6 This copy is based on http://omaha.googlecode.com/svn/trunk/official/goopdate/om aha3_idl.idl@120
7 with the following two coclasses removed:
grt (UTC plus 2) 2012/04/08 14:57:05 why?
alexeypa (please no reviews) 2012/04/09 20:24:11 Because their GUIDs are auto-generated, meaning th
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698