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

Unified Diff: mojo/loader/job.cc

Issue 27943002: Teach mojo_shell how to load http URLs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing include Created 7 years, 2 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/loader/job.h ('k') | mojo/loader/loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/loader/job.cc
diff --git a/ash/cancel_mode.h b/mojo/loader/job.cc
similarity index 55%
copy from ash/cancel_mode.h
copy to mojo/loader/job.cc
index 915fe43c4905f10cfbd42ae958a30f607b408efd..a89030e098dbec9de0738d344e7f5352bd3fe08d 100644
--- a/ash/cancel_mode.h
+++ b/mojo/loader/job.cc
@@ -2,14 +2,19 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_CANCEL_MODE_H_
-#define ASH_CANCEL_MODE_H_
+#include "mojo/loader/job.h"
-namespace ash {
+namespace mojo {
+namespace loader {
-// Sends OnHostCancelMode() to all RootWindows.
-void DispatchCancelMode();
+Job::Delegate::~Delegate() {
+}
-} // namespace ash
+Job::Job() {
+}
-#endif // ASH_CANCEL_MODE_H_
+Job::~Job() {
+}
+
+} // namespace loader
+} // namespace mojo
« no previous file with comments | « mojo/loader/job.h ('k') | mojo/loader/loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698