summaryrefslogtreecommitdiffstats
path: root/remoting/host/pairing_registry_delegate_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Use std::move() instead of .Pass() in remoting/hostsergeyu2015-12-231-3/+5
* Make ValueDeserializer::Deserialize return scoped_ptrolli.raula2015-10-161-2/+2
* Split ValueSerializer into separate Serializer and Deserializer classes.prashhir2015-03-051-2/+2
* The crash dumps revealed that the network process was shut down because the d...weitaosu2014-11-261-1/+1
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-4/+2
* Use base::Value::IsType() to check base::Value types in src/remotingsergeyu2014-10-011-1/+1
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-3/+3
* Clear the secrets reg key as well as the clients reg key in clearPairedClients.weitaosu@chromium.org2014-02-151-0/+14
* Enabled pairing registry in the me2me host on Windows.weitaosu@chromium.org2014-02-111-1/+2
* Revert 249772 "Enabled pairing registry in the me2me host on Win..."sorin@chromium.org2014-02-071-2/+1
* Enabled pairing registry in the me2me host on Windows.weitaosu@chromium.org2014-02-071-1/+2
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-251-6/+6
* Fix unused variable declaration.etienneb@chromium.org2013-08-211-2/+1
* Changed the way the client pairings are stored in the registry.alexeypa@chromium.org2013-08-091-119/+125
* Implemented a pairing registry delegate that stores the pairings in the Windo...alexeypa@chromium.org2013-08-031-2/+235
* Refactored PairingRegistry::Delegate such that it can retrieve/modify for a s...alexeypa@chromium.org2013-08-021-2/+1
* Linux pairing registry delegate implementationjamiewalch@chromium.org2013-06-231-0/+18