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

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

Issue 831813004: Get nacl building again for android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment out CheckEnvVar Created 5 years, 11 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 b5ec986cac67f52ef2005776d416b51c37ec45d5..3dbb7e1050b3f73d6290f726c975546a79d836b0 100644
--- a/components/nacl/browser/test_nacl_browser_delegate.cc
+++ b/components/nacl/browser/test_nacl_browser_delegate.cc
@@ -48,7 +48,8 @@ bool TestNaClBrowserDelegate::MapUrlToLocalFilePath(
return false;
}
-void TestNaClBrowserDelegate::SetDebugPatterns(std::string debug_patterns) {}
+void TestNaClBrowserDelegate::SetDebugPatterns(
+ const std::string& debug_patterns) {}
bool TestNaClBrowserDelegate::URLMatchesDebugPatterns(
const GURL& manifest_url) {
« no previous file with comments | « components/nacl/browser/test_nacl_browser_delegate.h ('k') | extensions/shell/browser/shell_nacl_browser_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698