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

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

Issue 831813004: Get nacl building again for android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make GN build rule the same as gyp 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/nacl_browser_delegate.h
diff --git a/components/nacl/browser/nacl_browser_delegate.h b/components/nacl/browser/nacl_browser_delegate.h
index bf23965709143709fc36fc8dab5acb8ac8964ac7..45c93b5676608d62e3ad7e901b01982946ab841d 100644
--- a/components/nacl/browser/nacl_browser_delegate.h
+++ b/components/nacl/browser/nacl_browser_delegate.h
@@ -68,7 +68,7 @@ class NaClBrowserDelegate {
const base::FilePath& profile_directory,
base::FilePath* file_path) = 0;
// Set match patterns which will be checked before enabling debug stub.
- virtual void SetDebugPatterns(std::string debug_patterns) = 0;
+ virtual void SetDebugPatterns(const std::string& debug_patterns) = 0;
// Returns whether NaCl application with this manifest URL should be debugged.
virtual bool URLMatchesDebugPatterns(const GURL& manifest_url) = 0;

Powered by Google App Engine
This is Rietveld 408576698