| Index: content/shell/app/shell_crash_reporter_client.h
|
| diff --git a/content/shell/app/shell_crash_reporter_client.h b/content/shell/app/shell_crash_reporter_client.h
|
| index 06e1d9bf42f161f5e701420534a5b94194a87543..1b2a58c449336428f53407b3259ed27333aa3337 100644
|
| --- a/content/shell/app/shell_crash_reporter_client.h
|
| +++ b/content/shell/app/shell_crash_reporter_client.h
|
| @@ -27,7 +27,7 @@ class ShellCrashReporterClient : public crash_reporter::CrashReporterClient {
|
| base::string16* channel_name) override;
|
| #endif
|
|
|
| -#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_IOS)
|
| +#if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| // Returns a textual description of the product type and version to include
|
| // in the crash report.
|
| void GetProductNameAndVersion(const char** product_name,
|
|
|