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

Side by Side Diff: chrome/browser/chromeos/arc/process/arc_process.h

Issue 2441563002: arc: Create intermediate directories in c/b/c/arc (Closed)
Patch Set: Re-rebase to ToT Created 4 years, 1 month 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
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 CHROME_BROWSER_CHROMEOS_ARC_ARC_PROCESS_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_ARC_PROCESS_ARC_PROCESS_H_
6 #define CHROME_BROWSER_CHROMEOS_ARC_ARC_PROCESS_H_ 6 #define CHROME_BROWSER_CHROMEOS_ARC_PROCESS_ARC_PROCESS_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/process/process_handle.h" 12 #include "base/process/process_handle.h"
13 #include "components/arc/common/process.mojom.h" 13 #include "components/arc/common/process.mojom.h"
14 14
15 namespace arc { 15 namespace arc {
16 16
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 // Milliseconds since Android boot. This info is passed from Android 50 // Milliseconds since Android boot. This info is passed from Android
51 // ActivityManagerService via IPC. 51 // ActivityManagerService via IPC.
52 int64_t last_activity_time_; 52 int64_t last_activity_time_;
53 std::vector<std::string> packages_; 53 std::vector<std::string> packages_;
54 54
55 DISALLOW_COPY_AND_ASSIGN(ArcProcess); 55 DISALLOW_COPY_AND_ASSIGN(ArcProcess);
56 }; 56 };
57 57
58 } // namespace arc 58 } // namespace arc
59 59
60 #endif // CHROME_BROWSER_CHROMEOS_ARC_ARC_PROCESS_H_ 60 #endif // CHROME_BROWSER_CHROMEOS_ARC_PROCESS_ARC_PROCESS_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/arc/print/arc_print_service.cc ('k') | chrome/browser/chromeos/arc/process/arc_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698