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

Unified Diff: ios/chrome/test/app/chrome_test_util.h

Issue 2970553002: [ios] Remove IDC_CLOSE_TAB
Patch Set: Add comment for chrome_test_util.h" Created 3 years, 6 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
Index: ios/chrome/test/app/chrome_test_util.h
diff --git a/ios/chrome/test/app/chrome_test_util.h b/ios/chrome/test/app/chrome_test_util.h
index 3aa6108ddb1b0c86c393b3a74fc3f9bce14d1736..2dda8a474e5409bcade67459f331fabf38a18eaa 100644
--- a/ios/chrome/test/app/chrome_test_util.h
+++ b/ios/chrome/test/app/chrome_test_util.h
@@ -6,6 +6,7 @@
#define IOS_CHROME_TEST_APP_CHROME_TEST_UTIL_H_
#import "base/ios/block_types.h"
+#import "ios/chrome/browser/ui/commands/browser_commands.h"
#import "ios/web/public/web_state/web_state.h"
namespace ios {
@@ -41,6 +42,9 @@ ios::ChromeBrowserState* GetCurrentIncognitoBrowserState();
// Returns the number of key commands currently registered with the main BVC.
NSUInteger GetRegisteredKeyCommandsCount();
+// Returns the dispatcher for the main BVC.
+id<BrowserCommands> BrowserCommandDispatcherForMainBVC();
+
// Runs |command| using the active view controller.
void RunCommandWithActiveViewController(GenericChromeCommand* command);
« no previous file with comments | « ios/chrome/browser/ui/ntp/google_landing_view_controller.mm ('k') | ios/chrome/test/app/chrome_test_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698