Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1270)

Unified Diff: content/browser/tab_contents/tab_contents_delegate.cc

Issue 8851007: WIP / Do not commit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/tab_contents/tab_contents_delegate.h ('k') | ui/base/win/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/tab_contents/tab_contents_delegate.cc
diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc
index f88e99ebfbbbefb9a19cd23c51a2e0b67bdae000..cb197380f4f2a909422221f4d8280189e1a0e25f 100644
--- a/content/browser/tab_contents/tab_contents_delegate.cc
+++ b/content/browser/tab_contents/tab_contents_delegate.cc
@@ -187,8 +187,8 @@ void TabContentsDelegate::HandleMouseActivate() {
void TabContentsDelegate::DragEnded() {
}
-void TabContentsDelegate::ShowRepostFormWarningDialog(
- TabContents* tab_contents) {
+void TabContentsDelegate::ShowTabModalDialog(TabModalDialogDelegate* delegate,
+ TabContents* tab_contents) {
}
bool TabContentsDelegate::OnGoToEntryOffset(int offset) {
« no previous file with comments | « content/browser/tab_contents/tab_contents_delegate.h ('k') | ui/base/win/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698