Index: content/browser/android/content_startup_flags.cc |
diff --git a/content/browser/android/content_startup_flags.cc b/content/browser/android/content_startup_flags.cc |
index 7202397494e9366954f521694cd8eb4af1a5e54d..9254c28e1aa722c3e971e8ea354e88890a3d9ce2 100644 |
--- a/content/browser/android/content_startup_flags.cc |
+++ b/content/browser/android/content_startup_flags.cc |
@@ -70,8 +70,6 @@ void SetContentCommandLineFlags(bool single_process, |
if (base::SysInfo::IsLowEndDevice()) |
parsed_command_line->AppendSwitch(switches::kInProcessGPU); |
- parsed_command_line->AppendSwitch(switches::kDisableGpuShaderDiskCache); |
- |
parsed_command_line->AppendSwitch(switches::kEnableViewportMeta); |
parsed_command_line->AppendSwitch( |
switches::kMainFrameResizesAreOrientationChanges); |