diff options
author | keybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-02 23:59:30 +0000 |
---|---|---|
committer | keybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-02 23:59:30 +0000 |
commit | a18799c9f639c926ded27d3df1b8135b76ba3aef (patch) | |
tree | f8796b7f6b1f1881acac7239e30a508cc9351d7f /content/common/sandbox_win.cc | |
parent | 102738a6facd9f1d9b020e55ba79f06fb26db0a7 (diff) | |
download | chromium_src-a18799c9f639c926ded27d3df1b8135b76ba3aef.zip chromium_src-a18799c9f639c926ded27d3df1b8135b76ba3aef.tar.gz chromium_src-a18799c9f639c926ded27d3df1b8135b76ba3aef.tar.bz2 |
Bluetooth: remove private members from BluetoothAdapter
BluetoothAdapter had two private member variables: address_ and name_
and expected implementations to fill them in so its address() and
name() member functions could return const refs to them.
That's a bad design, and prevented implementations from just fetching
these properties on demand, so make the functions pure virtual and
expect implementations to provide them.
BUG=none
TEST=device_unittests, unit_tests, browser_tests
Review URL: https://chromiumcodereview.appspot.com/13224004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191941 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/sandbox_win.cc')
0 files changed, 0 insertions, 0 deletions