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

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: added browser test 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 55ebff8424a65b675d00695bb24d4e18ea358b9d..cc0f7f6d0e171943e416bff72dfcacbc9a4a9b4f 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1376,6 +1376,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/extensions/startup_helper.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