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

Unified Diff: android_webview/lib/main/aw_main_delegate.cc

Issue 1491743007: [Android WebView] Remove AwMainDelegate::SandboxInitialized (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/lib/main/aw_main_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « android_webview/lib/main/aw_main_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698