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

Unified Diff: components/nacl/common/nacl_switches.h

Issue 75463005: Move more files from chrome/browser/nacl_host/ to components/nacl/browser/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/common/nacl_switches.h
diff --git a/components/nacl/common/nacl_switches.h b/components/nacl/common/nacl_switches.h
index 9bc1bcb4697910350fdf880ab7faba61e580c25f..8791d470cc89c53673da65fcd3204892ef81653f 100644
--- a/components/nacl/common/nacl_switches.h
+++ b/components/nacl/common/nacl_switches.h
@@ -18,6 +18,8 @@ extern const char kNaClGdb[];
extern const char kNaClGdbScript[];
extern const char kNaClLoaderCmdPrefix[];
extern const char kNaClLoaderProcess[];
+extern const char kDisablePnaclCrashThrottling[];
Mark Seaborn 2013/11/22 20:41:48 Nit: the comment above says "All switches in alpha
+extern const char kDisablePnaclInstall[];
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698