Chromium Code Reviews| Index: chrome/browser/extensions/extension_function_registry.cc |
| =================================================================== |
| --- chrome/browser/extensions/extension_function_registry.cc (revision 142698) |
| +++ chrome/browser/extensions/extension_function_registry.cc (working copy) |
| @@ -104,6 +104,7 @@ |
| RegisterFunction<QueryTabsFunction>(); |
| RegisterFunction<HighlightTabsFunction>(); |
| RegisterFunction<CreateTabFunction>(); |
| + RegisterFunction<DuplicateTabFunction>(); |
|
Aaron Boodman
2012/08/07 01:03:25
As long as you're in here can you alphabetize the
SanjoyPal
2012/08/14 11:14:13
Done.
|
| RegisterFunction<UpdateTabFunction>(); |
| RegisterFunction<MoveTabsFunction>(); |
| RegisterFunction<ReloadTabFunction>(); |