Index: chrome/browser/tab_contents/tab_contents_delegate.h |
diff --git a/chrome/browser/tab_contents/tab_contents_delegate.h b/chrome/browser/tab_contents/tab_contents_delegate.h |
index 6a597414b0fa680e6a2c8df2bfd4204d62d8e0f8..c9ace5d953f1e68fb29a158058ddb3f1917c5897 100644 |
--- a/chrome/browser/tab_contents/tab_contents_delegate.h |
+++ b/chrome/browser/tab_contents/tab_contents_delegate.h |
@@ -249,6 +249,9 @@ class TabContentsDelegate : public AutomationResourceRoutingDelegate { |
const NavigationEntry::SSLStatus& ssl, |
bool show_history); |
+ // Opens source view for given tab contents. |
+ virtual void ViewSourceForTab(TabContents* source); |
+ |
// Allows delegates to handle keyboard events before sending to the renderer. |
// Returns true if the |event| was handled. Otherwise, if the |event| would be |
// handled in HandleKeyboardEvent() method as a normal keyboard shortcut, |