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

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

Issue 105873003: Superset of Nacl Keepalive patch & tests - NOT FOR LANDING DIRECTLY. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
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 2cd0bba5697c19651adc960a420dcfad3c1159db..d0b5607162ed3399540c0f22941e96b7258f3ec0 100644
--- a/components/nacl/browser/test_nacl_browser_delegate.cc
+++ b/components/nacl/browser/test_nacl_browser_delegate.cc
@@ -53,3 +53,8 @@ bool TestNaClBrowserDelegate::URLMatchesDebugPatterns(
const GURL& manifest_url) {
return false;
}
+
+content::BrowserPpapiHost::OnKeepaliveCallback
+TestNaClBrowserDelegate::GetOnKeepaliveCallback() {
+ return content::BrowserPpapiHost::OnKeepaliveCallback();
+}
« 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