Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(630)

Unified Diff: services/dart/content_handler_main.cc

Issue 1311803002: Dart: Removes dartzip (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Readme fixes Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/tools/upload_binaries.py ('k') | services/dart/dart_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « mojo/tools/upload_binaries.py ('k') | services/dart/dart_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698