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

Unified Diff: chrome/test/base/test_browser_window.h

Issue 553243002: Track the active ExtensionKeybindingRegistry and make it available to EventRewriter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Fix bool vs BOOL. Created 6 years, 3 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: chrome/test/base/test_browser_window.h
diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
index c2b6b863769433d68651d58c17bb91221b863916..112af4c41ba77c6d514095dafea397ae967c58ad 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -157,6 +157,8 @@ class TestBrowserWindow : public BrowserWindow {
virtual void ExecuteExtensionCommand(
const extensions::Extension* extension,
const extensions::Command& command) OVERRIDE;
+ virtual bool IsExtensionCommandRegistered(
+ const ui::Accelerator& accelerator) OVERRIDE;
protected:
virtual void DestroyBrowser() OVERRIDE {}

Powered by Google App Engine
This is Rietveld 408576698