| Index: content/browser/ssl/ssl_policy_backend.h
|
| ===================================================================
|
| --- content/browser/ssl/ssl_policy_backend.h (revision 95567)
|
| +++ content/browser/ssl/ssl_policy_backend.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -40,6 +40,8 @@
|
| // SSL state specific for each host.
|
| SSLHostState* ssl_host_state_;
|
|
|
| + NavigationController* controller_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(SSLPolicyBackend);
|
| };
|
|
|
|
|