OLD | NEW |
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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_INSTALLER_UTIL_LOGGING_INSTALLER_H_ | 5 #ifndef CHROME_INSTALLER_UTIL_LOGGING_INSTALLER_H_ |
6 #define CHROME_INSTALLER_UTIL_LOGGING_INSTALLER_H_ | 6 #define CHROME_INSTALLER_UTIL_LOGGING_INSTALLER_H_ |
7 | 7 |
8 #include "base/basictypes.h" | |
9 | 8 |
10 namespace base { | 9 namespace base { |
11 class FilePath; | 10 class FilePath; |
12 } | 11 } |
13 | 12 |
14 namespace installer { | 13 namespace installer { |
15 | 14 |
16 class MasterPreferences; | 15 class MasterPreferences; |
17 | 16 |
18 // Verbose installer runs clock in at around 50K, non-verbose much less than | 17 // Verbose installer runs clock in at around 50K, non-verbose much less than |
(...skipping 30 matching lines...) Expand all Loading... |
49 | 48 |
50 // Call when done using logging for Chrome installer. | 49 // Call when done using logging for Chrome installer. |
51 void EndInstallerLogging(); | 50 void EndInstallerLogging(); |
52 | 51 |
53 // Returns the full path of the log file. | 52 // Returns the full path of the log file. |
54 base::FilePath GetLogFilePath(const installer::MasterPreferences& prefs); | 53 base::FilePath GetLogFilePath(const installer::MasterPreferences& prefs); |
55 | 54 |
56 } // namespace installer | 55 } // namespace installer |
57 | 56 |
58 #endif // CHROME_INSTALLER_UTIL_LOGGING_INSTALLER_H_ | 57 #endif // CHROME_INSTALLER_UTIL_LOGGING_INSTALLER_H_ |
OLD | NEW |