Chromium Code Reviews| Index: chrome/browser/chrome_browser_main_android.cc |
| diff --git a/chrome/browser/chrome_browser_main_android.cc b/chrome/browser/chrome_browser_main_android.cc |
| index fa8403cb68072eb07154f7b4a14ce60fe286fe39..677f284bd94489987a44b4dba0f808a7862a5584 100644 |
| --- a/chrome/browser/chrome_browser_main_android.cc |
| +++ b/chrome/browser/chrome_browser_main_android.cc |
| @@ -12,7 +12,6 @@ |
| #include "base/trace_event/trace_event.h" |
| #include "chrome/browser/android/seccomp_support_detector.h" |
| #include "chrome/browser/signin/signin_manager_factory.h" |
| -#include "chrome/common/chrome_media_client_android.h" |
| #include "chrome/common/chrome_paths.h" |
| #include "components/crash/content/app/breakpad_linux.h" |
| #include "components/crash/content/browser/crash_dump_manager_android.h" |
| @@ -20,7 +19,6 @@ |
| #include "content/public/browser/android/compositor.h" |
| #include "content/public/browser/browser_thread.h" |
| #include "content/public/common/main_function_params.h" |
| -#include "media/base/android/media_client_android.h" |
| #include "net/android/network_change_notifier_factory_android.h" |
| #include "net/base/network_change_notifier.h" |
| #include "ui/base/resource/resource_bundle_android.h" |
| @@ -120,8 +118,6 @@ void ChromeBrowserMainPartsAndroid::PreEarlyInitialization() { |
| } |
| void ChromeBrowserMainPartsAndroid::PreMainMessageLoopRun() { |
|
Lei Zhang
2016/06/14 23:38:50
You can get rid of this altogether if all it's doi
xhwang
2016/06/15 00:31:52
Done.
|
| - media::SetMediaClientAndroid(new ChromeMediaClientAndroid); |
| - |
| ChromeBrowserMainParts::PreMainMessageLoopRun(); |
| } |