diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-17 18:41:59 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-17 18:41:59 +0000 |
commit | b29bd891a10d78ac675e5e9074bacdb97ba82286 (patch) | |
tree | a9854c746de3261df42d6120b84f3856ce452785 /.gitignore | |
parent | 74174cc887b62e183c2b208ec7416af84ac16e93 (diff) | |
download | chromium_src-b29bd891a10d78ac675e5e9074bacdb97ba82286.zip chromium_src-b29bd891a10d78ac675e5e9074bacdb97ba82286.tar.gz chromium_src-b29bd891a10d78ac675e5e9074bacdb97ba82286.tar.bz2 |
[Chromoting] Avoid potential conflicts leading to pending reboots while upgrading the me2me host:
- Install the host binaries to versioned folders.
- Drop references to the COM objects quickly.
- Auto-generate CLSID of the daemon controller at GYP time. This makes sure that a freshly installed version of the controller will be launched after upgrade even if there is already running instance cached by RPCSS.
This CL restores https://chromiumcodereview.appspot.com/10831037 (r148671) and https://chromiumcodereview.appspot.com/10837087 (r149866) previously reverted by r150494. Unlike the previous two CLs this one does not require GYP changes (that is changes to GYP itself, not .gyp files).
BUG=137755
Review URL: https://chromiumcodereview.appspot.com/10828352
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152120 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -119,6 +119,7 @@ v8.log /remoting/appengine/ /remoting/proto/chromotocol_proto_lib.xml /remoting/proto/trace_proto_lib.xml +/remoting/remoting_elevated_controller.xml /remoting/remoting_host_event_logger.xml /remoting/remoting_host_installation.xml /remoting/remoting_host_installation_unittest.xml |