| 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;
|
|
|