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 2cdff83dc4f67284a19ce71250ed0a4fa829e11d..97960d1a250aa06559160856f2e881dc5d75dc4f 100644 |
--- a/components/nacl/browser/nacl_browser_delegate.h |
+++ b/components/nacl/browser/nacl_browser_delegate.h |
@@ -75,6 +75,9 @@ class NaClBrowserDelegate { |
// 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 GURL& manifest_url) = 0; |
}; |
#endif // COMPONENTS_NACL_BROWSER_NACL_BROWSER_DELEGATE_H_ |