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

Unified Diff: chrome/common/chrome_switches.cc

Issue 12660017: Add a commandline flag to chrome to validate crx files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: small cleanup to string handling Created 7 years, 9 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 55c12558650ee0e750c3038dc1a8f26778fc73a9..879b2356eabdb7532cc8c56d34202f047aadf315 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1386,6 +1386,9 @@ const char kUserDataDir[] = "user-data-dir";
// Uses the ClientLogin signin flow instead of the web-based signin flow.
const char kUseClientLoginSigninFlow[] = "use-client-login-signin-flow";
+// Examines a .crx for validity and prints the result.
+const char kValidateCrx[] = "validate-crx";
+
// Uses experimental simple cache backend if possible.
const char kUseSimpleCacheBackend[] = "use-simple-cache-backend";
« chrome/browser/ui/startup/startup_browser_creator.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698