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

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

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
Index: content/browser/tab_contents/tab_contents_delegate.h
diff --git a/content/browser/tab_contents/tab_contents_delegate.h b/content/browser/tab_contents/tab_contents_delegate.h
index cc6801b2fb9322cd9839cda8586708d538211951..f726c8189eb04d76882b0eb030995bb9d374c7b2 100644
--- a/content/browser/tab_contents/tab_contents_delegate.h
+++ b/content/browser/tab_contents/tab_contents_delegate.h
@@ -21,6 +21,7 @@ class DownloadItem;
class FilePath;
class GURL;
class TabContents;
+class TabModalDialogDelegate;
struct ContextMenuParams;
struct NativeWebKeyboardEvent;
struct OpenURLParams;
@@ -248,8 +249,8 @@ class CONTENT_EXPORT TabContentsDelegate {
// Render view drag n drop ended.
virtual void DragEnded();
- // Shows the repost form confirmation dialog box.
- virtual void ShowRepostFormWarningDialog(TabContents* tab_contents);
+ virtual void ShowTabModalDialog(TabModalDialogDelegate* delegate,
+ TabContents* tab_contents);
// Allows delegate to override navigation to the history entries.
// Returns true to allow TabContents to continue with the default processing.
« no previous file with comments | « content/browser/tab_contents/navigation_controller.cc ('k') | content/browser/tab_contents/tab_contents_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698