| Index: chrome/browser/search/local_ntp_source.cc
|
| diff --git a/chrome/browser/search/local_ntp_source.cc b/chrome/browser/search/local_ntp_source.cc
|
| index 260ae78562ebd2f02bc14e40cd0123c5c0c68d56..95b1c0eaa5e61d48ff32feb30e954f05878b1e0a 100644
|
| --- a/chrome/browser/search/local_ntp_source.cc
|
| +++ b/chrome/browser/search/local_ntp_source.cc
|
| @@ -208,7 +208,7 @@
|
| return;
|
| }
|
|
|
| -#if !defined(GOOGLE_CHROME_BUILD) && !defined(OS_IOS)
|
| +#if !defined(GOOGLE_CHROME_BUILD)
|
| base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
| if (command_line->HasSwitch(switches::kLocalNtpReload)) {
|
| if (stripped_path == "local-ntp.html" || stripped_path == "local-ntp.js" ||
|
| @@ -218,7 +218,7 @@
|
| return;
|
| }
|
| }
|
| -#endif // !defined(GOOGLE_CHROME_BUILD) && !defined(OS_IOS)
|
| +#endif
|
|
|
| float scale = 1.0f;
|
| std::string filename;
|
|
|