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

Unified Diff: blimp/client/feature/render_widget_feature.h

Issue 2023613002: Add a FakeImeFeatureDelegate to the Linux client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments & fix private: placement Created 4 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
« no previous file with comments | « blimp/client/feature/navigation_feature.h ('k') | blimp/client/feature/settings_feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/feature/render_widget_feature.h
diff --git a/blimp/client/feature/render_widget_feature.h b/blimp/client/feature/render_widget_feature.h
index e1af3a169af147834cc5e09743d5a77cc62e12b1..b18ec9f15b6b22e832eddf961f20745df15cad7b 100644
--- a/blimp/client/feature/render_widget_feature.h
+++ b/blimp/client/feature/render_widget_feature.h
@@ -89,11 +89,11 @@ class RenderWidgetFeature : public BlimpMessageProcessor {
virtual void SetDelegate(int tab_id, RenderWidgetFeatureDelegate* delegate);
virtual void RemoveDelegate(const int tab_id);
- private:
// BlimpMessageProcessor implementation.
void ProcessMessage(std::unique_ptr<BlimpMessage> message,
const net::CompletionCallback& callback) override;
+ private:
void ProcessRenderWidgetMessage(
RenderWidgetFeatureDelegate* delegate,
const RenderWidgetMessage& message);
« no previous file with comments | « blimp/client/feature/navigation_feature.h ('k') | blimp/client/feature/settings_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698