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

Unified Diff: blimp/client/feature/tab_control_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/settings_feature.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/feature/tab_control_feature.h
diff --git a/blimp/client/feature/tab_control_feature.h b/blimp/client/feature/tab_control_feature.h
index 00f21696e0787cf06b85bf2b846057840709dd8a..962d0c2d57b8526fcaa912e5bce0f3028a588451 100644
--- a/blimp/client/feature/tab_control_feature.h
+++ b/blimp/client/feature/tab_control_feature.h
@@ -35,11 +35,11 @@ class TabControlFeature : public BlimpMessageProcessor {
void CreateTab(int tab_id);
void CloseTab(int tab_id);
- 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/settings_feature.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698