Chromium Code Reviews| Index: chrome/browser/dom_ui/new_tab_ui.cc |
| =================================================================== |
| --- chrome/browser/dom_ui/new_tab_ui.cc (revision 10469) |
| +++ chrome/browser/dom_ui/new_tab_ui.cc (working copy) |
| @@ -185,7 +185,11 @@ |
| if (!path.empty()) { |
| // A path under new-tab was requested; it's likely a bad relative |
| // URL from the new tab page, but in any case it's an error. |
| +#if defined(OS_WIN) |
| +// TODO(port): re-enable this when the %DISTRIBUTION% replacement is done |
| +// as a build step. |
| NOTREACHED(); |
| +#endif |
|
TVL
2009/02/26 18:07:21
nit- #else NOTIMPL?
|
| return; |
| } |