| Index: chrome/browser/automation/testing_automation_provider.cc
|
| ===================================================================
|
| --- chrome/browser/automation/testing_automation_provider.cc (revision 101367)
|
| +++ chrome/browser/automation/testing_automation_provider.cc (working copy)
|
| @@ -1473,11 +1473,12 @@
|
| }
|
| }
|
|
|
| -void TestingAutomationProvider::GetSecurityState(int handle,
|
| - bool* success,
|
| - SecurityStyle* security_style,
|
| - int* ssl_cert_status,
|
| - int* insecure_content_status) {
|
| +void TestingAutomationProvider::GetSecurityState(
|
| + int handle,
|
| + bool* success,
|
| + SecurityStyle* security_style,
|
| + net::CertStatus* ssl_cert_status,
|
| + int* insecure_content_status) {
|
| if (tab_tracker_->ContainsHandle(handle)) {
|
| NavigationController* tab = tab_tracker_->GetResource(handle);
|
| NavigationEntry* entry = tab->GetActiveEntry();
|
|
|