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

Unified Diff: blimp/client/core/android/blimp_client_context_impl_android.h

Issue 2261273002: Integrate UI with authentication flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Misc fixes/ Created 4 years, 4 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 | « blimp/client/core/BUILD.gn ('k') | blimp/client/core/android/blimp_client_context_impl_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/android/blimp_client_context_impl_android.h
diff --git a/blimp/client/core/android/blimp_client_context_impl_android.h b/blimp/client/core/android/blimp_client_context_impl_android.h
index c38a59301a37ff38c0a434f95506c9df46045131..4e8657631c9a749c708b6e0789e7b63e142f8a6f 100644
--- a/blimp/client/core/android/blimp_client_context_impl_android.h
+++ b/blimp/client/core/android/blimp_client_context_impl_android.h
@@ -37,6 +37,10 @@ class BlimpClientContextImplAndroid : public BlimpClientContextImpl {
// Start authentication flow from Java.
void ConnectFromJava(JNIEnv* env, jobject jobj);
+ // Initialize blimp settings page, this involves setup neccessary data in
+ // native for setting page.
+ void InitSettingsPage(JNIEnv* env, jobject jobj, jobject blimp_settings);
+
protected:
// BlimpClientContextImpl implementation.
GURL GetAssignerURL() override;
« no previous file with comments | « blimp/client/core/BUILD.gn ('k') | blimp/client/core/android/blimp_client_context_impl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698