| Index: chrome/browser/extensions/extension_function_dispatcher.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_function_dispatcher.cc (revision 112998)
|
| +++ chrome/browser/extensions/extension_function_dispatcher.cc (working copy)
|
| @@ -361,6 +361,7 @@
|
| RegisterFunction<BeginInstallWithManifestFunction>();
|
| RegisterFunction<CompleteInstallFunction>();
|
| RegisterFunction<SilentlyInstallFunction>();
|
| + RegisterFunction<GetWebGLStatusFunction>();
|
|
|
| // WebNavigation.
|
| RegisterFunction<GetFrameFunction>();
|
|
|