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

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: 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
Index: chrome/browser/net/chrome_net_log_helper.h
diff --git a/base/android/java/release_src/org/chromium/base/IncrementalInstall.java b/chrome/browser/net/chrome_net_log_helper.h
similarity index 35%
copy from base/android/java/release_src/org/chromium/base/IncrementalInstall.java
copy to chrome/browser/net/chrome_net_log_helper.h
index ebf54c6893ef80bb41607cd152cf03789e26782e..469681d01eeb1f22ab02d46a094ecd84f605f901 100644
--- a/base/android/java/release_src/org/chromium/base/IncrementalInstall.java
+++ b/chrome/browser/net/chrome_net_log_helper.h
@@ -2,14 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.base;
+#ifndef CHROME_BROWSER_NET_CHROME_NET_LOG_HELPER_H_
+#define CHROME_BROWSER_NET_CHROME_NET_LOG_HELPER_H_
-import android.content.Context;
+#include "net/log/net_log_capture_mode.h"
+// Returns the capture mode to be used with the net log.
+net::NetLogCaptureMode GetNetCaptureMode();
-/**
- * Contains empty stubs for IncrementalInstall.
- */
-public final class IncrementalInstall {
- public static void initialize(Context context) {}
-}
+#endif // CHROME_BROWSER_NET_CHROME_NET_LOG_HELPER_H_

Powered by Google App Engine
This is Rietveld 408576698