Joao da Silva
2013/05/07 14:31:36
You cloud just expose the protected method in the
You cloud just expose the protected method in the header:
class NetworkProfileHandlerStub : public NetworkProfileHandler {
public:
using NetworkProfileHandler::AddProfile;
...
};
On 2013/05/07 14:31:36, Joao da Silva wrote:
> You cloud just expose the protected method in the header:
>
> class NetworkProfileHandlerStub : public NetworkProfileHandler {
> public:
> using NetworkProfileHandler::AddProfile;
> ...
> };
Issue 13957012: Adding a NetworkProfileHandler used by ManagedNetworkConfigurationHandler.
(Closed)
Created 7 years, 8 months ago by pneubeck (no reviews)
Modified 7 years, 7 months ago
Reviewers: stevenjb, Joao da Silva, Nikita (slow)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 84