Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Side by Side Diff: chromeos/network/network_profile_handler_stub.h

Issue 14729017: Add NetworkHandler to own network handlers in src/chromeos/network (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROMEOS_NETWORK_NETWORK_PROFILE_HANDLER_STUB_H_
6 #define CHROMEOS_NETWORK_NETWORK_PROFILE_HANDLER_STUB_H_
7
8 #include "chromeos/chromeos_export.h"
9 #include "chromeos/network/network_profile_handler.h"
10
11 namespace chromeos {
12
13 class CHROMEOS_EXPORT NetworkProfileHandlerStub
14 : public NetworkProfileHandler {
15 public:
16 using NetworkProfileHandler::AddProfile;
17 using NetworkProfileHandler::RemoveProfile;
18 };
19
20 } // namespace chromeos
21
22 #endif // CHROMEOS_NETWORK_NETWORK_PROFILE_HANDLER_STUB_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698