Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 91d82105a83ace6433549e095b9b2af9596862b7..592bcd93426cb55da3403e4ebc115437f6db502d 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -639,6 +639,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"; |