| Index: chrome/browser/tab_contents/tab_contents_delegate.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents_delegate.cc b/chrome/browser/tab_contents/tab_contents_delegate.cc
|
| index 21c13ffb98a66e1ed1b7c53ebb5dd7246c2dab4e..319407d08aafb8b84407716ab58b0ace64a0099e 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_delegate.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents_delegate.cc
|
| @@ -131,6 +131,9 @@ void TabContentsDelegate::ShowPageInfo(Profile* profile,
|
| bool show_history) {
|
| }
|
|
|
| +void TabContentsDelegate::ViewSourceForTab(TabContents* source) {
|
| +}
|
| +
|
| bool TabContentsDelegate::PreHandleKeyboardEvent(
|
| const NativeWebKeyboardEvent& event,
|
| bool* is_keyboard_shortcut) {
|
|
|