summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/update_engine_client.h
Commit message (Collapse)AuthorAgeFilesLines
* Split construction and initialization of DBus clients.pneubeck@chromium.org2013-08-271-7/+3
| | | | | | | | | | | | | | | Before, each Client had a Create function which constructed an instance of the client and initialized it (with a dbus::Bus*). To make the Clients separately replaceable in the DBusThreadManager, it's necessary to separate the construction of the Clients from their initialization. This CL, splits each Create function into Create (which only calls the constructor of either the real Impl or the Stub) and Init(dbus::Bus*). This is a pure refactoring. BUG=275286 Review URL: https://chromiumcodereview.appspot.com/23119006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219775 0039d316-1c4b-4281-b951-d872f2087c98
* Remove all traces of deprecated Get/SetReleaseTrack calls.sosa@chromium.org2013-08-031-16/+0
| | | | | | | | | | | | | In early M30 we deprecated this API and are planning on removing the calling end in the update engine. This CL removes the browser-side stubs/callbacks and any trace of them left in the code. BUG=chromium:221850 TEST=try + build Review URL: https://chromiumcodereview.appspot.com/21015010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215431 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented new channel switcher UI.ygorshenin@chromium.org2013-06-261-2/+31
| | | | | | | | | | | | | Must be landed after: https://gerrit.chromium.org/gerrit/#/c/59422/ https://gerrit.chromium.org/gerrit/#/c/59427/ BUG=219292 TEST=tested on Linux ChromiumOS and Lumpy Review URL: https://chromiumcodereview.appspot.com/17437004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208679 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Convert D-Bus client classes' callback arguments to const referencehashimoto@chromium.org2012-04-111-2/+2
| | | | | | | | | BUG=chromium-os:28578 TEST=build success Review URL: https://chromiumcodereview.appspot.com/10024054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131697 0039d316-1c4b-4281-b951-d872f2087c98
* Move files inside chrome/browser/chromeos/dbus to chromeos/dbushashimoto@chromium.org2012-04-061-0/+126
Move files in chrome/browser/chromeos/dbus/ to chromeos/dbus Add chromeos/dbus/DEPS Add chromeos.gyp:chromeos_test_support and chromeos.gyp:chromeos_unittests Add CHROMEOS_EXPORT to classes Move power related proto targets to chromeos.gyp Rewrite and sort #includes BUG=119583 TEST=component chromeos build success, checkdeps success Review URL: https://chromiumcodereview.appspot.com/9838085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131065 0039d316-1c4b-4281-b951-d872f2087c98