Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 386395b37b5c56314f1fccca4a80615bbf34c142..062917f7e0eb39c5ca58cd77dbcb9548bf8888e6 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -630,6 +630,9 @@ const char kGpuProcess[] = "gpu-process"; |
// Causes the GPU process to display a dialog on launch. |
const char kGpuStartupDialog[] = "gpu-startup-dialog"; |
+// Specifies a custom name for the GSSAPI library to load. |
+const char kGSSAPILibraryName[] = "gssapi-library-name"; |
+ |
// These flags show the man page on Linux. They are equivalent to each |
// other. |
const char kHelp[] = "help"; |