| Index: chrome/browser/tab_contents/render_view_context_menu.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/render_view_context_menu.cc (revision 51885)
|
| +++ chrome/browser/tab_contents/render_view_context_menu.cc (working copy)
|
| @@ -852,12 +852,7 @@
|
| case IDC_SPELLCHECK_ADD_TO_DICTIONARY:
|
| return !params_.misspelled_word.empty();
|
|
|
| -#if defined(OS_CHROMEOS)
|
| case IDC_PRINT:
|
| - return false;
|
| -#else
|
| - case IDC_PRINT:
|
| -#endif
|
| case IDC_CONTENT_CONTEXT_SEARCHWEBFOR:
|
| case IDC_CONTENT_CONTEXT_GOTOURL:
|
| case IDC_SPELLCHECK_SUGGESTION_0:
|
|
|