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

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

Issue 264923011: Add a whitelist check for nacl-nonsfi mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add includes (windows compile fail) Created 6 years, 7 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/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 3c831c2210e189b7f7da165adeab74bf5d167aff..b5ec986cac67f52ef2005776d416b51c37ec45d5 100644
--- a/components/nacl/browser/test_nacl_browser_delegate.cc
+++ b/components/nacl/browser/test_nacl_browser_delegate.cc
@@ -59,3 +59,9 @@ content::BrowserPpapiHost::OnKeepaliveCallback
TestNaClBrowserDelegate::GetOnKeepaliveCallback() {
return content::BrowserPpapiHost::OnKeepaliveCallback();
}
+
+bool TestNaClBrowserDelegate::IsNonSfiModeAllowed(
+ const base::FilePath& profile_directory,
+ const GURL& manifest_url) {
+ return false;
+}
« no previous file with comments | « components/nacl/browser/test_nacl_browser_delegate.h ('k') | components/nacl/renderer/ppb_nacl_private_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698