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

Unified Diff: chrome/browser/android/browsing_data/browsing_data_bridge.h

Issue 2756173002: Move code about browsing data from PrefServiceBridge to BrowsingDataBridge. (Closed)
Patch Set: fix comments 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/browsing_data/browsing_data_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/browsing_data/browsing_data_bridge.h
diff --git a/chrome/browser/android/browsing_data/browsing_data_bridge.h b/chrome/browser/android/browsing_data/browsing_data_bridge.h
new file mode 100644
index 0000000000000000000000000000000000000000..8c320b6b0b42006cfb1263f68ce8f492e5af49e3
--- /dev/null
+++ b/chrome/browser/android/browsing_data/browsing_data_bridge.h
@@ -0,0 +1,12 @@
+// 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_BROWSING_DATA_BROWSING_DATA_BRIDGE_H_
+#define CHROME_BROWSER_ANDROID_BROWSING_DATA_BROWSING_DATA_BRIDGE_H_
+
+#include <jni.h>
+
+bool RegisterBrowsingDataBridge(JNIEnv* env);
+
+#endif // CHROME_BROWSER_ANDROID_BROWSING_DATA_BROWSING_DATA_BRIDGE_H_
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/browsing_data/browsing_data_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698