OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 #include "chrome/browser/chrome_browser_main_android.h" | 5 #include "chrome/browser/chrome_browser_main_android.h" |
6 | 6 |
7 #include "base/command_line.h" | 7 #include "base/command_line.h" |
8 #include "base/path_service.h" | 8 #include "base/path_service.h" |
9 #include "cc/switches.h" | 9 #include "cc/base/switches.h" |
10 #include "chrome/app/breakpad_linux.h" | 10 #include "chrome/app/breakpad_linux.h" |
11 #include "chrome/browser/android/crash_dump_manager.h" | 11 #include "chrome/browser/android/crash_dump_manager.h" |
12 #include "chrome/common/chrome_switches.h" | 12 #include "chrome/common/chrome_switches.h" |
13 #include "content/public/browser/android/compositor.h" | 13 #include "content/public/browser/android/compositor.h" |
14 #include "content/public/common/main_function_params.h" | 14 #include "content/public/common/main_function_params.h" |
15 #include "net/android/network_change_notifier_factory_android.h" | 15 #include "net/android/network_change_notifier_factory_android.h" |
16 #include "net/base/network_change_notifier.h" | 16 #include "net/base/network_change_notifier.h" |
17 #include "ui/base/resource/resource_bundle.h" | 17 #include "ui/base/resource/resource_bundle.h" |
18 #include "ui/base/ui_base_paths.h" | 18 #include "ui/base/ui_base_paths.h" |
19 | 19 |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 NOTREACHED(); | 86 NOTREACHED(); |
87 } | 87 } |
88 | 88 |
89 void RecordBreakpadStatusUMA(MetricsService* metrics) { | 89 void RecordBreakpadStatusUMA(MetricsService* metrics) { |
90 // TODO: crbug.com/139023 | 90 // TODO: crbug.com/139023 |
91 NOTIMPLEMENTED(); | 91 NOTIMPLEMENTED(); |
92 } | 92 } |
93 | 93 |
94 void WarnAboutMinimumSystemRequirements() { | 94 void WarnAboutMinimumSystemRequirements() { |
95 } | 95 } |
OLD | NEW |