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

Unified Diff: blimp/client/feature/navigation_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/ime_feature.h ('k') | blimp/client/feature/render_widget_feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/feature/navigation_feature.h
diff --git a/blimp/client/feature/navigation_feature.h b/blimp/client/feature/navigation_feature.h
index 751b872f486ebb3a8e316ea773bf1a86722c334a..c5dd226601592bb05823749ce1e61d3d99ab2917 100644
--- a/blimp/client/feature/navigation_feature.h
+++ b/blimp/client/feature/navigation_feature.h
@@ -53,11 +53,11 @@ class NavigationFeature : public BlimpMessageProcessor {
void GoForward(int tab_id);
void GoBack(int tab_id);
- private:
// BlimpMessageProcessor implementation.
void ProcessMessage(std::unique_ptr<BlimpMessage> message,
const net::CompletionCallback& callback) override;
+ private:
NavigationFeatureDelegate* FindDelegate(const int tab_id);
typedef base::SmallMap<std::map<int, NavigationFeatureDelegate*>> DelegateMap;
« no previous file with comments | « blimp/client/feature/ime_feature.h ('k') | blimp/client/feature/render_widget_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698