| Index: content/browser/android/content_startup_flags.h
|
| diff --git a/content/browser/android/content_startup_flags.h b/content/browser/android/content_startup_flags.h
|
| index 836ea3c1206e181f28222951c9908d6a971d74d5..8f55a0c2cf46998b9102150a9ec2563145edbe53 100644
|
| --- a/content/browser/android/content_startup_flags.h
|
| +++ b/content/browser/android/content_startup_flags.h
|
| @@ -12,7 +12,7 @@ namespace content {
|
| // Force-appends flags to the command line turning on Android-specific
|
| // features owned by Content. This is called as soon as possible during
|
| // initialization to make sure code sees the new flags.
|
| -void SetContentCommandLineFlags(int max_render_process_count,
|
| +void SetContentCommandLineFlags(bool single_process,
|
| const std::string& plugin_descriptor);
|
|
|
| } // namespace content
|
|
|