| 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 0e1c655a7b92fc161a7db7c8ae813673e0e83a86..bf23965709143709fc36fc8dab5acb8ac8964ac7 100644
|
| --- a/components/nacl/browser/nacl_browser_delegate.h
|
| +++ b/components/nacl/browser/nacl_browser_delegate.h
|
| @@ -76,6 +76,10 @@ 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 base::FilePath& profile_directory,
|
| + const GURL& manifest_url) = 0;
|
| };
|
|
|
| #endif // COMPONENTS_NACL_BROWSER_NACL_BROWSER_DELEGATE_H_
|
|
|