Chromium Code Reviews| 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 2c2f2bef3bf7cdf58c94198ad35f8957e3c43924..f049edc8588dbeaaa3a94eea2c9501b740f9d21b 100644 |
| --- a/content/browser/android/content_startup_flags.cc |
| +++ b/content/browser/android/content_startup_flags.cc |
| @@ -75,6 +75,10 @@ void SetContentCommandLineFlags(int max_render_process_count, |
| parsed_command_line->AppendSwitchNative( |
| switches::kRegisterPepperPlugins, plugin_descriptor); |
| } |
| + |
| +#if defined(OS_ANDROID) |
|
aelias_OOO_until_Jul13
2013/05/10 04:37:07
No need for #if defined(), this is already in an a
jdduke (slow)
2013/05/10 16:39:52
Done.
|
| + parsed_command_line->AppendSwitch(switches::kEnableOverscrollEdgeEffect); |
| +#endif |
| } |
| } // namespace content |