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

Unified Diff: chrome/browser/android/feedback/connectivity_checker.h

Issue 1127983002: Add connectivity check for Android feedback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move test to new test package, and merge with upstream (conflict in chrome_jni_registrar.cc) Created 5 years, 7 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/feedback/connectivity_checker.h
diff --git a/chrome/browser/android/feedback/connectivity_checker.h b/chrome/browser/android/feedback/connectivity_checker.h
new file mode 100644
index 0000000000000000000000000000000000000000..fe48f06c29c1c92f538ba52f2af70f58fab283d1
--- /dev/null
+++ b/chrome/browser/android/feedback/connectivity_checker.h
@@ -0,0 +1,18 @@
+// Copyright 2015 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_FEEDBACK_CONNECTIVITY_CHECKER_H_
+#define CHROME_BROWSER_ANDROID_FEEDBACK_CONNECTIVITY_CHECKER_H_
+
+#include "base/android/jni_android.h"
+
+namespace chrome {
+namespace android {
+
+bool RegisterConnectivityChecker(JNIEnv* env);
+
+} // namespace android
+} // namespace chrome
+
+#endif // CHROME_BROWSER_ANDROID_FEEDBACK_CONNECTIVITY_CHECKER_H_
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | chrome/browser/android/feedback/connectivity_checker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698