| Index: chrome/browser/net/chrome_net_log_helper.h
|
| diff --git a/content/child/runtime_features.h b/chrome/browser/net/chrome_net_log_helper.h
|
| similarity index 33%
|
| copy from content/child/runtime_features.h
|
| copy to chrome/browser/net/chrome_net_log_helper.h
|
| index 81bdbf77206f5af05a713d48fa537df74a5a8f29..6e1d90b30062ca4b3cd16f7cfced230bcdf5ab70 100644
|
| --- a/content/child/runtime_features.h
|
| +++ b/chrome/browser/net/chrome_net_log_helper.h
|
| @@ -1,19 +1,18 @@
|
| -// Copyright 2013 The Chromium Authors. All rights reserved.
|
| +// 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.
|
|
|
| -#ifndef CONTENT_CHILD_RUNTIME_FEATURES_H_
|
| -#define CONTENT_CHILD_RUNTIME_FEATURES_H_
|
| +#ifndef CHROME_BROWSER_NET_CHROME_NET_LOG_HELPER_H_
|
| +#define CHROME_BROWSER_NET_CHROME_NET_LOG_HELPER_H_
|
| +
|
| +#include "net/log/net_log_capture_mode.h"
|
|
|
| namespace base {
|
| class CommandLine;
|
| }
|
|
|
| -namespace content {
|
| -
|
| -void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| +// Returns the capture mode to be used with the net log.
|
| +net::NetLogCaptureMode GetNetCaptureModeFromCommandLine(
|
| const base::CommandLine& command_line);
|
|
|
| -} // namespace content
|
| -
|
| -#endif // CONTENT_CHILD_RUNTIME_FEATURES_H_
|
| +#endif // CHROME_BROWSER_NET_CHROME_NET_LOG_HELPER_H_
|
|
|