summaryrefslogtreecommitdiffstats
path: root/tools/android
diff options
context:
space:
mode:
authorvabr@chromium.org <vabr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-18 11:33:26 +0000
committervabr@chromium.org <vabr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-18 11:33:26 +0000
commit5ff80c0fd2d6ea9ec2bbb457442a0b13561d3dfc (patch)
treeae89c1a46d358552f3d95615800b30d029558534 /tools/android
parent1d6fe0725c9668d125cea07917da95bb09e8e1af (diff)
downloadchromium_src-5ff80c0fd2d6ea9ec2bbb457442a0b13561d3dfc.zip
chromium_src-5ff80c0fd2d6ea9ec2bbb457442a0b13561d3dfc.tar.gz
chromium_src-5ff80c0fd2d6ea9ec2bbb457442a0b13561d3dfc.tar.bz2
passwords, native_backend_gnome_x: Get rid of variadic arguments
Currently, queries to Gnome's keyring for credential data are done with functions using variadic arguments to pass all search criteria. Once we introduce fuzzy matching for this platform, we will need to selectively leave out the "signon_realm" search criterion. With variadic calls, this means duplicating the whole call, with one argument left out. This CL switches to the equivalent GNOME API calls which use argument lists instead of variadic parameters. With that, individual arguments can be left out without touching the rest of the code. BUG=324291 Review URL: https://codereview.chromium.org/101593008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241540 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/android')
0 files changed, 0 insertions, 0 deletions