Index: android_webview/lib/main/aw_main_delegate.h |
diff --git a/android_webview/lib/main/aw_main_delegate.h b/android_webview/lib/main/aw_main_delegate.h |
index b701986f29b8ddaaafbcaaa48326c566443bdb5d..d0c943e103b6df4f642f6a7062afc6d2e1f8c020 100644 |
--- a/android_webview/lib/main/aw_main_delegate.h |
+++ b/android_webview/lib/main/aw_main_delegate.h |
@@ -32,7 +32,6 @@ class AwMainDelegate : public content::ContentMainDelegate, |
// content::ContentMainDelegate implementation: |
bool BasicStartupComplete(int* exit_code) override; |
void PreSandboxStartup() override; |
- void SandboxInitialized(const std::string& process_type) override; |
int RunProcess( |
const std::string& process_type, |
const content::MainFunctionParams& main_function_params) override; |