From b4e75c12dacc0922694b12b687a48dd2d973b595 Mon Sep 17 00:00:00 2001 From: "pkasting@chromium.org" Date: Tue, 18 May 2010 18:28:48 +0000 Subject: Rename "mixed content" to "insecure content" in as many places as possible, to standardize on a consistent naming scheme. BUG=none TEST=none Review URL: http://codereview.chromium.org/2069005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47531 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/automation/automation_provider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/automation/automation_provider.h') diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h index 61f0f0f..fb23506 100644 --- a/chrome/browser/automation/automation_provider.h +++ b/chrome/browser/automation/automation_provider.h @@ -548,7 +548,7 @@ class AutomationProvider : public base::RefCounted, // Gets the security state for the tab associated to the specified |handle|. void GetSecurityState(int handle, bool* success, SecurityStyle* security_style, int* ssl_cert_status, - int* mixed_content_status); + int* insecure_content_status); // Gets the page type for the tab associated to the specified |handle|. void GetPageType(int handle, bool* success, -- cgit v1.1