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

Unified Diff: blimp/client/feature/settings_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/render_widget_feature.h ('k') | blimp/client/feature/tab_control_feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/feature/settings_feature.h
diff --git a/blimp/client/feature/settings_feature.h b/blimp/client/feature/settings_feature.h
index 055a7b4c14259d47cdb7f3a67e6f3b5b5adb97e2..58c50f5d2c96e97919026b343a4a31ad251c861f 100644
--- a/blimp/client/feature/settings_feature.h
+++ b/blimp/client/feature/settings_feature.h
@@ -25,11 +25,11 @@ class SettingsFeature : public BlimpMessageProcessor {
void SetRecordWholeDocument(bool record_whole_document);
void SendUserAgentOSVersionInfo(const std::string& client_os_info);
- private:
// BlimpMessageProcessor implementation.
void ProcessMessage(std::unique_ptr<BlimpMessage> message,
const net::CompletionCallback& callback) override;
+ private:
// Used to send BlimpMessage::TAB_CONTROL messages to the engine.
std::unique_ptr<BlimpMessageProcessor> outgoing_message_processor_;
« no previous file with comments | « blimp/client/feature/render_widget_feature.h ('k') | blimp/client/feature/tab_control_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698