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

Unified Diff: extensions/shell/browser/shell_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: 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: extensions/shell/browser/shell_nacl_browser_delegate.h
diff --git a/extensions/shell/browser/shell_nacl_browser_delegate.h b/extensions/shell/browser/shell_nacl_browser_delegate.h
index 17723230f7b19ac9aff69294224c6c76c7850797..a0f0a3872241f85761beaf7281d6acffab1d92c5 100644
--- a/extensions/shell/browser/shell_nacl_browser_delegate.h
+++ b/extensions/shell/browser/shell_nacl_browser_delegate.h
@@ -39,7 +39,7 @@ class ShellNaClBrowserDelegate : public NaClBrowserDelegate {
bool is_blocking,
const base::FilePath& profile_directory,
base::FilePath* file_path) override;
- void SetDebugPatterns(std::string debug_patterns) override;
+ void SetDebugPatterns(const std::string& debug_patterns) override;
bool URLMatchesDebugPatterns(const GURL& manifest_url) override;
content::BrowserPpapiHost::OnKeepaliveCallback GetOnKeepaliveCallback()
override;
« no previous file with comments | « components/nacl/browser/test_nacl_browser_delegate.cc ('k') | extensions/shell/browser/shell_nacl_browser_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698