summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/fake_lorgnette_manager_client.h
Commit message (Collapse)AuthorAgeFilesLines
* Update {virtual,override,final} to follow C++11 style in chromeos/dbus.dcheng2015-01-161-2/+2
| | | | | | | | | | | | | | | | The Google style guide states that only one of {virtual,override,final} should be used for each declaration, since override implies virtual and final implies both virtual and override. This patch was automatically generated with a ChromeOS build using a variation of https://codereview.chromium.org/598073004. BUG=417463 R=hashimoto@chromium.org Review URL: https://codereview.chromium.org/817853005 Cr-Commit-Position: refs/heads/master@{#311851}
* Implement a JavaScript API for document scanningpstew2014-11-051-5/+10
| | | | | | | | | | | | | | | | Provide an API for callers to list available document scanners, and to acquire a single-page scan from one such device. This currently takes advantage of the lorgnette scanning API in ChromeOS but can be extended to use native document acquisition APIs on other platforms. BUG=375334 R=asargent@chromium.org, stevenjb@chromium.org, asvitkine@chromium.org Review URL: https://codereview.chromium.org/691983003 Cr-Commit-Position: refs/heads/master@{#302797}
* replace OVERRIDE and FINAL with override and final in chromeos/mostynb2014-10-061-3/+3
| | | | | | | | BUG=417463 Review URL: https://codereview.chromium.org/628883002 Cr-Commit-Position: refs/heads/master@{#298229}
* Add Lorgnette Manager Clientpstew@chromium.org2014-04-161-0/+36
Add a DBus client that can trigger document scanning. BUG=358344 Review URL: https://codereview.chromium.org/234423005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264118 0039d316-1c4b-4281-b951-d872f2087c98