blob: 677d55aae715b098a0ebeaa840c2946e154eb2f8 [file] [log] [blame]
// Copyright 2016 The Chromium Authors
// 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