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

Unified 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: The last piece of CR feeback. Rebased. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/google/google_update.cc ('k') | google_update/google_update_idl.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_update/README.chromium
diff --git a/google_update/README.chromium b/google_update/README.chromium
index b6676f6dae699c6e475887f75ec1668549f8d6d3..248ad70c77bc6f542edf5d8d23adfad6114e49eb 100644
--- a/google_update/README.chromium
+++ b/google_update/README.chromium
@@ -1,2 +1,23 @@
-This IDL was provided by the Google Update team so that we could use the new
-On-Demand checking for updates.
+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;
+ }
« no previous file with comments | « chrome/browser/google/google_update.cc ('k') | google_update/google_update_idl.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698