From 00ec6e06ec9df0557f2f6f6f801253779e974f69 Mon Sep 17 00:00:00 2001 From: cschuet Date: Mon, 16 Feb 2015 01:20:34 -0800 Subject: Networking.config: UI modifications in the ashtray BUG=432280 Review URL: https://codereview.chromium.org/895733002 Cr-Commit-Position: refs/heads/master@{#316444} --- ash/networking_config_delegate.cc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ash/networking_config_delegate.cc (limited to 'ash/networking_config_delegate.cc') 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 -- cgit v1.1