summaryrefslogtreecommitdiffstats
path: root/ash/networking_config_delegate.cc
diff options
context:
space:
mode:
authorcschuet <cschuet@chromium.org>2015-02-16 01:20:34 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-16 09:21:15 +0000
commit00ec6e06ec9df0557f2f6f6f801253779e974f69 (patch)
tree5779c1081e037ffc1ad4887214a11bfa1dcc39b0 /ash/networking_config_delegate.cc
parent541151d9673721c7c55682bad0366e01d6546909 (diff)
downloadchromium_src-00ec6e06ec9df0557f2f6f6f801253779e974f69.zip
chromium_src-00ec6e06ec9df0557f2f6f6f801253779e974f69.tar.gz
chromium_src-00ec6e06ec9df0557f2f6f6f801253779e974f69.tar.bz2
Networking.config: UI modifications in the ashtray
BUG=432280 Review URL: https://codereview.chromium.org/895733002 Cr-Commit-Position: refs/heads/master@{#316444}
Diffstat (limited to 'ash/networking_config_delegate.cc')
-rw-r--r--ash/networking_config_delegate.cc17
1 files changed, 17 insertions, 0 deletions
diff --git a/ash/networking_config_delegate.cc b/ash/networking_config_delegate.cc
new file mode 100644
index 0000000..f76390c
--- /dev/null
+++ b/ash/networking_config_delegate.cc
@@ -0,0 +1,17 @@
+// Copyright 2015 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.
+
+#include "ash/networking_config_delegate.h"
+
+namespace ash {
+
+NetworkingConfigDelegate::ExtensionInfo::ExtensionInfo(const std::string& id,
+ const std::string& name)
+ : extension_id(id), extension_name(name) {
+}
+
+NetworkingConfigDelegate::ExtensionInfo::~ExtensionInfo() {
+}
+
+} // namespace ash