Index: android_webview/lib/main/aw_main_delegate.cc |
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc |
index e2f7fc13c5c5c651623b5e326bdbf63a18fcb71b..79dac36a2ecf812f89efba22d0e395e15443f6d4 100644 |
--- a/android_webview/lib/main/aw_main_delegate.cc |
+++ b/android_webview/lib/main/aw_main_delegate.cc |
@@ -174,10 +174,6 @@ void AwMainDelegate::PreSandboxStartup() { |
crash_reporter::EnableMicrodumpCrashReporter(); |
} |
-void AwMainDelegate::SandboxInitialized(const std::string& process_type) { |
- // TODO(torne): Adjust linux OOM score here. |
-} |
- |
int AwMainDelegate::RunProcess( |
const std::string& process_type, |
const content::MainFunctionParams& main_function_params) { |