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

Unified Diff: athena/content/web_activity.cc

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
Index: athena/content/web_activity.cc
diff --git a/athena/content/web_activity.cc b/athena/content/web_activity.cc
index a6bdb82b51a516046566685066eb1c40b0b0422f..30b049ffefa66d499e474c340bad7986194a8f8e 100644
--- a/athena/content/web_activity.cc
+++ b/athena/content/web_activity.cc
@@ -365,7 +365,8 @@ class AthenaWebView : public views::WebView {
layer->SetOpacity(0.f);
}
- content::JavaScriptDialogManager* GetJavaScriptDialogManager() override {
+ content::JavaScriptDialogManager* GetJavaScriptDialogManager(
+ content::WebContents* contents) override {
return GetJavaScriptDialogManagerInstance();
}
« no previous file with comments | « apps/custom_launcher_page_contents.cc ('k') | chrome/browser/android/chrome_web_contents_delegate_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698