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

Unified Diff: chrome/browser/net/spdyproxy/data_reduction_proxy_android_ui_strings.h

Issue 2953523002: Add 'Other' category on the Data Saver site-breakdown page (Closed)
Patch Set: Moved UI string to cpp Created 3 years, 6 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/spdyproxy/data_reduction_proxy_android_ui_strings.h
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_android_ui_strings.h b/chrome/browser/net/spdyproxy/data_reduction_proxy_android_ui_strings.h
new file mode 100644
index 0000000000000000000000000000000000000000..508bd7c5e79221d42107b2eba5be5cdf7e0bf8cc
--- /dev/null
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_android_ui_strings.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_NET_SPDYPROXY_DATA_REDUCTION_PROXY_ANDROID_UI_STRINGS_H_
+#define CHROME_BROWSER_NET_SPDYPROXY_DATA_REDUCTION_PROXY_ANDROID_UI_STRINGS_H_
+
+#include <jni.h>
+
+// Registers the native methods through JNI.
+bool RegisterDataReductionProxyAndroidUIStrings(JNIEnv* env);
+
+#endif // CHROME_BROWSER_NET_SPDYPROXY_DATA_REDUCTION_PROXY_ANDROID_UI_STRINGS_H_

Powered by Google App Engine
This is Rietveld 408576698