summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/gsm_sms_client_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in chromeos/.avi2015-12-211-7/+9
* chromeos: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-111-7/+11
* Update {virtual,override,final} to follow C++11 style in chromeos/dbus.dcheng2015-01-161-4/+2
* replace OVERRIDE and FINAL with override and final in chromeos/mostynb2014-10-061-2/+2
* Get rid of more uses of CreateStringValueestade@chromium.org2014-07-161-7/+6
* Remove fake client creation from DBusClients' Create() functions.pneubeck@chromium.org2013-12-031-1/+1
* Split construction and initialization of DBus clients.pneubeck@chromium.org2013-08-271-2/+2
* Use a direct include of the message_loop header in chromeos/.avi@chromium.org2013-07-171-1/+1
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-141-11/+13
* chromeos: Use base::MessageLoop.xhwang@chromium.org2013-05-291-1/+1
* chromeos: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-091-4/+4
* Support the ModemManager1 interfaces for SMS messagesbenchan@chromium.org2012-06-121-1/+1
* Add GsmSMSClienthashimoto@chromium.org2012-04-191-0/+324