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

Unified Diff: chrome/browser/android/download/items/offline_content_aggregator_factory_android.h

Issue 2729983002: Attaches OfflineContentAggregator to Profile (Closed)
Patch Set: Address nit Created 3 years, 9 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/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_

Powered by Google App Engine
This is Rietveld 408576698