| Index: services/dart/content_handler_main.cc
|
| diff --git a/services/dart/content_handler_main.cc b/services/dart/content_handler_main.cc
|
| index b451b835e32701261202221ffe159456886b3ecf..f0adeeaae70186ec5a8f7c6deb055810ecefefd1 100644
|
| --- a/services/dart/content_handler_main.cc
|
| +++ b/services/dart/content_handler_main.cc
|
| @@ -165,8 +165,8 @@ DartContentHandler::CreateApplication(
|
| base::FilePath application_dir;
|
| std::string url = response->url.get();
|
| if (IsDartZip(response->url.get())) {
|
| - // Loading a .dartzip:
|
| - // 1) Extract the .dartzip
|
| + // Loading a zipped snapshot:
|
| + // 1) Extract the zip file.
|
| // 2) Launch from temporary directory (|application_dir|).
|
| handler_task_runner_->PostTask(
|
| FROM_HERE,
|
|
|