Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2515)

Unified Diff: chrome/browser/net/chrome_net_log_helper.h

Issue 1347043002: Move ChromeNetLog to //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/net/chrome_net_log.cc ('k') | chrome/browser/net/chrome_net_log_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/browser/net/chrome_net_log.cc ('k') | chrome/browser/net/chrome_net_log_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698