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

Side by Side Diff: mojo/tools/package_manager/package_manager_application.h

Issue 789243002: Restructure public side of network service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase Created 6 years 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 unified diff | Download patch
« no previous file with comments | « mojo/tools/package_manager/package_fetcher.cc ('k') | mojo/tools/roll/rev_sdk.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef MOJO_PACKAGE_MANAGER_PACKAGE_MANAGER_APPLICATION_H_ 5 #ifndef MOJO_PACKAGE_MANAGER_PACKAGE_MANAGER_APPLICATION_H_
6 #define MOJO_PACKAGE_MANAGER_PACKAGE_MANAGER_APPLICATION_H_ 6 #define MOJO_PACKAGE_MANAGER_PACKAGE_MANAGER_APPLICATION_H_
7 7
8 #include <map> 8 #include <map>
9 #include <set> 9 #include <set>
10 10
11 #include "mojo/public/cpp/application/application_delegate.h" 11 #include "mojo/public/cpp/application/application_delegate.h"
12 #include "mojo/public/cpp/application/interface_factory.h" 12 #include "mojo/public/cpp/application/interface_factory.h"
13 #include "mojo/public/cpp/system/macros.h" 13 #include "mojo/public/cpp/system/macros.h"
14 #include "mojo/services/public/interfaces/network/network_service.mojom.h" 14 #include "mojo/services/network/public/interfaces/network_service.mojom.h"
15 #include "mojo/tools/package_manager/package_fetcher.h" 15 #include "mojo/tools/package_manager/package_fetcher.h"
16 16
17 namespace mojo { 17 namespace mojo {
18 18
19 class Manifest; 19 class Manifest;
20 20
21 class PackageManagerApplication 21 class PackageManagerApplication
22 : public ApplicationDelegate, 22 : public ApplicationDelegate,
23 public PackageFetcherDelegate { 23 public PackageFetcherDelegate {
24 public: 24 public:
(...skipping 29 matching lines...) Expand all
54 54
55 PendingLoadMap pending_; // Owning pointers. 55 PendingLoadMap pending_; // Owning pointers.
56 std::set<GURL> completed_; 56 std::set<GURL> completed_;
57 57
58 MOJO_DISALLOW_COPY_AND_ASSIGN(PackageManagerApplication); 58 MOJO_DISALLOW_COPY_AND_ASSIGN(PackageManagerApplication);
59 }; 59 };
60 60
61 } // namespace mojo 61 } // namespace mojo
62 62
63 #endif // MOJO_PACKAGE_MANAGER_PACKAGE_MANAGER_APPLICATION_H 63 #endif // MOJO_PACKAGE_MANAGER_PACKAGE_MANAGER_APPLICATION_H
OLDNEW
« no previous file with comments | « mojo/tools/package_manager/package_fetcher.cc ('k') | mojo/tools/roll/rev_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698