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

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

Issue 6893046: added CTRL+Click and SHIFT+Click handler for context menu, Back and Forward. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: reflected comments. Created 9 years, 6 months 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.cc
diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc
index 96e99fc5a89c058dcded90ea23502bd43df8e4db..92b373ffa2dadf73676c8033299a3d41ce5fcec7 100644
--- a/content/browser/tab_contents/tab_contents_delegate.cc
+++ b/content/browser/tab_contents/tab_contents_delegate.cc
@@ -10,6 +10,12 @@
#include "content/common/url_constants.h"
#include "ui/gfx/rect.h"
+void TabContentsDelegate::GoBack(WindowOpenDisposition disposition) {
+}
+
+void TabContentsDelegate::GoForward(WindowOpenDisposition disposition) {
+}
+
std::string TabContentsDelegate::GetNavigationHeaders(const GURL& url) {
return std::string();
}

Powered by Google App Engine
This is Rietveld 408576698