Index: app/app_switches.cc |
=================================================================== |
--- app/app_switches.cc (revision 72000) |
+++ app/app_switches.cc (working copy) |
@@ -9,10 +9,6 @@ |
// Stop the GPU from synchronizing on the vsync before presenting. |
const char kDisableGpuVsync[] = "disable-gpu-vsync"; |
-// The language file that we want to try to open. Of the form |
-// language[-country] where language is the 2 letter code from ISO-639. |
-const char kLang[] = "lang"; |
- |
// Select which implementation of GL the GPU process should use. Options are: |
// desktop: whatever desktop OpenGL the user has installed (Linux and Mac |
// default). |