| Index: chrome/common/extensions/chrome_manifest_handlers.cc
|
| ===================================================================
|
| --- chrome/common/extensions/chrome_manifest_handlers.cc (revision 227631)
|
| +++ chrome/common/extensions/chrome_manifest_handlers.cc (working copy)
|
| @@ -32,7 +32,7 @@
|
| #include "chrome/common/extensions/manifest_handlers/content_scripts_handler.h"
|
| #include "chrome/common/extensions/manifest_handlers/externally_connectable.h"
|
| #include "chrome/common/extensions/manifest_handlers/icons_handler.h"
|
| -#include "chrome/common/extensions/manifest_handlers/kiosk_enabled_info.h"
|
| +#include "chrome/common/extensions/manifest_handlers/kiosk_mode_info.h"
|
| #include "chrome/common/extensions/manifest_handlers/minimum_chrome_version_checker.h"
|
| #include "chrome/common/extensions/manifest_handlers/nacl_modules_handler.h"
|
| #include "chrome/common/extensions/manifest_handlers/offline_enabled_info.h"
|
| @@ -70,7 +70,7 @@
|
| #if defined(OS_CHROMEOS)
|
| (new InputComponentsHandler)->Register();
|
| #endif
|
| - (new KioskEnabledHandler)->Register();
|
| + (new KioskModeHandler)->Register();
|
| (new ManagedModeHandler)->Register();
|
| (new MediaGalleriesHandlerParser)->Register();
|
| (new MimeTypesHandlerParser)->Register();
|
|
|