| // 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 |