| Index: ios/chrome/browser/ui/key_commands_provider.h
|
| diff --git a/ios/chrome/browser/ui/key_commands_provider.h b/ios/chrome/browser/ui/key_commands_provider.h
|
| index f8aebb7699f37017e2b04fe5129d3de80ed9323e..cc914eeb827d47e57296225297fba5b7fe98f64e 100644
|
| --- a/ios/chrome/browser/ui/key_commands_provider.h
|
| +++ b/ios/chrome/browser/ui/key_commands_provider.h
|
| @@ -17,6 +17,12 @@
|
| // Returns the current number of tabs.
|
| - (NSUInteger)tabsCount;
|
|
|
| +// Whether navigation to the previous page is available.
|
| +- (BOOL)canGoBack;
|
| +
|
| +// Whether navigation to the next page is available.
|
| +- (BOOL)canGoForward;
|
| +
|
| #pragma mark Call for action
|
|
|
| // Executes a Chrome command. |sender| must implement the |-tag| method and
|
|
|