| Index: chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc (revision 181040)
|
| +++ chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc (working copy)
|
| @@ -28,11 +28,11 @@
|
| content::ContextMenuParams params)
|
| : RenderViewContextMenu(web_contents, params) { }
|
|
|
| - virtual void PlatformInit() { }
|
| - virtual void PlatformCancel() { }
|
| + virtual void PlatformInit() OVERRIDE { }
|
| + virtual void PlatformCancel() OVERRIDE { }
|
| virtual bool GetAcceleratorForCommandId(
|
| int command_id,
|
| - ui::Accelerator* accelerator) {
|
| + ui::Accelerator* accelerator) OVERRIDE {
|
| return false;
|
| }
|
|
|
|
|