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

Unified Diff: content/browser/android/content_feature_list.h

Issue 1771223002: Migrate *-ime-thread switches to feature API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: content/browser/android/content_feature_list.h
diff --git a/content/browser/android/content_feature_list.h b/content/browser/android/content_feature_list.h
new file mode 100644
index 0000000000000000000000000000000000000000..492a3bcd07293ee5b4e79fea41714e836745b468
--- /dev/null
+++ b/content/browser/android/content_feature_list.h
@@ -0,0 +1,18 @@
+// Copyright 2016 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 CONTENT_BROWSER_ANDROID_CONTENT_FEATURE_LIST_H_
+#define CONTENT_BROWSER_ANDROID_CONTENT_FEATURE_LIST_H_
+
+#include <jni.h>
+
+#include "base/feature_list.h"
no sievers 2016/03/08 22:08:24 nit: unused
Changwan Ryu 2016/03/09 01:43:56 This file has been removed.
+
+namespace content {
+
+bool RegisterContentFeatureListJni(JNIEnv* env);
+
+} // namespace content
+
+#endif // CONTENT_BROWSER_ANDROID_CONTENT_FEATURE_LIST_H_

Powered by Google App Engine
This is Rietveld 408576698