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