| Index: chrome/browser/android/download/items/offline_content_aggregator_factory_android.h
|
| diff --git a/chrome/browser/android/download/items/offline_content_aggregator_factory_android.h b/chrome/browser/android/download/items/offline_content_aggregator_factory_android.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b3aa13ab2915e4554a788639687968d6c7bcb836
|
| --- /dev/null
|
| +++ b/chrome/browser/android/download/items/offline_content_aggregator_factory_android.h
|
| @@ -0,0 +1,13 @@
|
| +// Copyright 2017 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 CHROME_BROWSER_ANDROID_DOWNLOAD_ITEMS_OFFLINE_CONTENT_AGGREGATOR_FACTORY_ANDROID_H_
|
| +#define CHROME_BROWSER_ANDROID_DOWNLOAD_ITEMS_OFFLINE_CONTENT_AGGREGATOR_FACTORY_ANDROID_H_
|
| +
|
| +#include "base/android/jni_android.h"
|
| +
|
| +// Register the OfflineContentAggregatorFactory's native methods through JNI.
|
| +bool RegisterOfflineContentAggregatorFactoryJni(JNIEnv* env);
|
| +
|
| +#endif // CHROME_BROWSER_ANDROID_DOWNLOAD_ITEMS_OFFLINE_CONTENT_AGGREGATOR_FACTORY_ANDROID_H_
|
|
|