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

Unified Diff: content/shell/browser/shell.h

Issue 691823002: Add WebContents source to methods in WebContentsDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/public/test/content_browser_test_utils.cc ('k') | content/shell/browser/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell.h
diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
index ee08bcff3998e73a273fc11fde9ded7033c0b37b..bb06a0dee44dbe2f2abed36be1b101f7bf88d325 100644
--- a/content/shell/browser/shell.h
+++ b/content/shell/browser/shell.h
@@ -137,7 +137,8 @@ class Shell : public WebContentsDelegate,
void CloseContents(WebContents* source) override;
bool CanOverscrollContent() const override;
void DidNavigateMainFramePostCommit(WebContents* web_contents) override;
- JavaScriptDialogManager* GetJavaScriptDialogManager() override;
+ JavaScriptDialogManager* GetJavaScriptDialogManager(
+ WebContents* source) override;
#if defined(OS_MACOSX)
void HandleKeyboardEvent(WebContents* source,
const NativeWebKeyboardEvent& event) override;
« no previous file with comments | « content/public/test/content_browser_test_utils.cc ('k') | content/shell/browser/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698