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

Unified Diff: components/nacl/browser/nacl_browser_delegate.h

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/nacl_browser_delegate.h
diff --git a/components/nacl/browser/nacl_browser_delegate.h b/components/nacl/browser/nacl_browser_delegate.h
index 45c93b5676608d62e3ad7e901b01982946ab841d..9d73cf0962c17b4d59e55d078e0d42a7358e060a 100644
--- a/components/nacl/browser/nacl_browser_delegate.h
+++ b/components/nacl/browser/nacl_browser_delegate.h
@@ -73,10 +73,6 @@ class NaClBrowserDelegate {
// Returns whether NaCl application with this manifest URL should be debugged.
virtual bool URLMatchesDebugPatterns(const GURL& manifest_url) = 0;
- // Returns a callback that handles NaCl idle state transitions.
- virtual content::BrowserPpapiHost::OnKeepaliveCallback
- GetOnKeepaliveCallback() = 0;
-
// Returns whether Non-SFI mode is allowed for a given manifest URL.
virtual bool IsNonSfiModeAllowed(const base::FilePath& profile_directory,
const GURL& manifest_url) = 0;
« no previous file with comments | « chrome/browser/nacl_host/nacl_browser_delegate_impl.cc ('k') | components/nacl/browser/nacl_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698