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

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

Issue 55463002: Remove PNaCl's RequestFirstInstall, use resource throttle instead (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reorder functions Created 7 years, 1 month 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 | « chrome/renderer/pepper/ppb_nacl_private_impl.cc ('k') | components/nacl/common/nacl_host_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/common/nacl_browser_delegate.h
diff --git a/components/nacl/common/nacl_browser_delegate.h b/components/nacl/common/nacl_browser_delegate.h
index ba577de94a3cf450a14f0ca9a5547fe02a7f9e46..10d014801566d3df2359a68982f189a40cbb9771 100644
--- a/components/nacl/common/nacl_browser_delegate.h
+++ b/components/nacl/common/nacl_browser_delegate.h
@@ -68,13 +68,6 @@ class NaClBrowserDelegate {
virtual bool MapUrlToLocalFilePath(const GURL& url,
bool use_blocking_api,
base::FilePath* file_path) = 0;
- // Install PNaCl if this operation is supported. On success, the |installed|
- // callback should be called with true, and on failure (or not supported),
- // the |installed| callback should be called with false.
- // TODO(jvoung): Add the progress callback as well.
- virtual void TryInstallPnacl(
- const base::Callback<void(bool)>& installed) = 0;
-
// Set match patterns which will be checked before enabling debug stub.
virtual void SetDebugPatterns(std::string debug_patterns) = 0;
« no previous file with comments | « chrome/renderer/pepper/ppb_nacl_private_impl.cc ('k') | components/nacl/common/nacl_host_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698