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

Unified Diff: components/nacl/browser/test_nacl_browser_delegate.cc

Issue 2762513002: Remove keep-alive impulse IPCs from NaCl modules. (Closed)
Patch Set: Rebase Created 3 years, 9 months 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
Index: components/nacl/browser/test_nacl_browser_delegate.cc
diff --git a/components/nacl/browser/test_nacl_browser_delegate.cc b/components/nacl/browser/test_nacl_browser_delegate.cc
index dfa61d23a28dd1a6d6b1c124012a5d649efc4950..81e925c1ec322b21b023e858d8e101496fa31df1 100644
--- a/components/nacl/browser/test_nacl_browser_delegate.cc
+++ b/components/nacl/browser/test_nacl_browser_delegate.cc
@@ -57,11 +57,6 @@ bool TestNaClBrowserDelegate::URLMatchesDebugPatterns(
return false;
}
-content::BrowserPpapiHost::OnKeepaliveCallback
-TestNaClBrowserDelegate::GetOnKeepaliveCallback() {
- return content::BrowserPpapiHost::OnKeepaliveCallback();
-}
-
bool TestNaClBrowserDelegate::IsNonSfiModeAllowed(
const base::FilePath& profile_directory,
const GURL& manifest_url) {
« no previous file with comments | « components/nacl/browser/test_nacl_browser_delegate.h ('k') | content/browser/renderer_host/pepper/browser_ppapi_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698