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

Unified Diff: chrome/browser/ui/panels/panel.cc

Issue 8986005: Reland r114898: Add TabModalConfirmDialogDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix and cleanup 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: chrome/browser/ui/panels/panel.cc
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
index d09e373a9e2b50130d189ffc4a778ed7d09730c5..1e4d99151ee776612c693d76f4cfe91aa49bc944 100644
--- a/chrome/browser/ui/panels/panel.cc
+++ b/chrome/browser/ui/panels/panel.cc
@@ -427,10 +427,6 @@ DownloadShelf* Panel::GetDownloadShelf() {
return tabbed_browser->window()->GetDownloadShelf();
}
-void Panel::ShowRepostFormWarningDialog(TabContents* tab_contents) {
- NOTIMPLEMENTED();
-}
-
void Panel::ShowCollectedCookiesDialog(TabContentsWrapper* wrapper) {
NOTIMPLEMENTED();
}

Powered by Google App Engine
This is Rietveld 408576698