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

Unified Diff: chrome/browser/android/blimp/chrome_blimp_client_context_delegate_android.h

Issue 2391263005: Propagate error messages to UI for blimp. (Closed)
Patch Set: Minor fixes. Created 4 years, 2 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/blimp/chrome_blimp_client_context_delegate_android.h
diff --git a/chrome/browser/android/blimp/chrome_blimp_client_context_delegate_android.h b/chrome/browser/android/blimp/chrome_blimp_client_context_delegate_android.h
index dc8beb0b8bbb00b768aa057c1a6019bb24531a2c..1a7787b8b972cc87b3bfaa8d82ab433208decd6a 100644
--- a/chrome/browser/android/blimp/chrome_blimp_client_context_delegate_android.h
+++ b/chrome/browser/android/blimp/chrome_blimp_client_context_delegate_android.h
@@ -25,6 +25,9 @@ class ChromeBlimpClientContextDelegateAndroid
void Destroy(JNIEnv* env, const base::android::JavaParamRef<jobject>& jobj);
private:
+ // ChromeBlimpClientContextDelegate implementation.
+ void ShowMessage(const base::string16& message, bool short_message) override;
+
base::android::ScopedJavaGlobalRef<jobject> java_obj_;
DISALLOW_COPY_AND_ASSIGN(ChromeBlimpClientContextDelegateAndroid);

Powered by Google App Engine
This is Rietveld 408576698