diff options
Diffstat (limited to 'views/examples')
-rw-r--r-- | views/examples/examples_main.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/views/examples/examples_main.cc b/views/examples/examples_main.cc index 0b8b7b1..81137c59 100644 --- a/views/examples/examples_main.cc +++ b/views/examples/examples_main.cc @@ -56,8 +56,6 @@ void ExamplesMain::Run() { icu_util::Initialize(); - // This requires chrome to be built first right now. - // TODO(oshima): fix build to include resource file. ResourceBundle::InitSharedInstance(L"en-US"); MessageLoop main_message_loop(MessageLoop::TYPE_UI); |