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

Unified 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: Rebase + Add NetworkConnectionHandler to NetworkHandler 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 side-by-side diff with in-line comments
Download patch
Index: chromeos/network/network_profile_handler_stub.h
diff --git a/chromeos/network/network_profile_handler_stub.h b/chromeos/network/network_profile_handler_stub.h
deleted file mode 100644
index b1360280056a1d9100c84780747af7abe9841675..0000000000000000000000000000000000000000
--- a/chromeos/network/network_profile_handler_stub.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright (c) 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROMEOS_NETWORK_NETWORK_PROFILE_HANDLER_STUB_H_
-#define CHROMEOS_NETWORK_NETWORK_PROFILE_HANDLER_STUB_H_
-
-#include "chromeos/chromeos_export.h"
-#include "chromeos/network/network_profile_handler.h"
-
-namespace chromeos {
-
-class CHROMEOS_EXPORT NetworkProfileHandlerStub
- : public NetworkProfileHandler {
- public:
- using NetworkProfileHandler::AddProfile;
- using NetworkProfileHandler::RemoveProfile;
-};
-
-} // namespace chromeos
-
-#endif // CHROMEOS_NETWORK_NETWORK_PROFILE_HANDLER_STUB_H_

Powered by Google App Engine
This is Rietveld 408576698