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

Unified Diff: chrome/common/chrome_switches.cc

Issue 14522013: Separate cert loading code from CertLibrary and move to src/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 7 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index f3bfcf23937788d04a94d382dc09e2ba334a7dab..58d82966b8800e52a81869e2e12835d4b6a0ad8c 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -858,13 +858,6 @@ const char kDisableCloudPolicyOnSignin[] = "disable-cloud-policy-on-signin";
// Loads an extension from the specified directory.
const char kLoadExtension[] = "load-extension";
-// Loads the opencryptoki library into NSS at startup. This is only needed
-// temporarily for developers who need to work on WiFi/VPN certificate code.
-//
-// TODO(gspencer): Remove this switch once cryptohomed work is finished:
-// http://crosbug.com/12295 and http://crosbug.com/12304
-const char kLoadOpencryptoki[] = "load-opencryptoki";
-
// Enables displaying net log events on the command line, or writing the events
// to a separate file if a file name is given.
const char kLogNetLog[] = "log-net-log";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698