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

Unified Diff: android_webview/browser/aw_ssl_host_state_delegate.cc

Issue 2244253002: Rename |pid| to |child_id| in SSLHostStateDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: android_webview/browser/aw_ssl_host_state_delegate.cc
diff --git a/android_webview/browser/aw_ssl_host_state_delegate.cc b/android_webview/browser/aw_ssl_host_state_delegate.cc
index 921d7de9dea3ea34049eacac29714900a0a2c121..a3a4119a3efb10b137942c13d8067de5a126e9d8 100644
--- a/android_webview/browser/aw_ssl_host_state_delegate.cc
+++ b/android_webview/browser/aw_ssl_host_state_delegate.cc
@@ -57,14 +57,14 @@ AwSSLHostStateDelegate::~AwSSLHostStateDelegate() {
void AwSSLHostStateDelegate::HostRanInsecureContent(
const std::string& host,
- int pid,
+ int child_id,
InsecureContentType content_type) {
// Intentional no-op for Android WebView.
}
bool AwSSLHostStateDelegate::DidHostRunInsecureContent(
const std::string& host,
- int pid,
+ int child_id,
InsecureContentType content_type) const {
// Intentional no-op for Android WebView.
return false;
« no previous file with comments | « android_webview/browser/aw_ssl_host_state_delegate.h ('k') | chrome/browser/ssl/chrome_ssl_host_state_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698