blob: 4f9a345aada521e29e5ce75aac08bc8dd0ce313d [file] [log] [blame]
// Copyright 2016 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 "chrome/browser/ui/webui/settings/settings_utils.h"
#include "base/notreached.h"
namespace settings_utils {
void ShowNetworkProxySettings(content::WebContents* web_contents) {
// TODO(crbug.com/1234748)
NOTIMPLEMENTED_LOG_ONCE();
}
} // namespace settings_utils