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

Side by Side Diff: chrome/browser/ssl/chrome_ssl_host_state_delegate.h

Issue 1545223002: Switch to standard integer types in chrome/browser/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 12 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_SSL_CHROME_SSL_HOST_STATE_DELEGATE_H_ 5 #ifndef CHROME_BROWSER_SSL_CHROME_SSL_HOST_STATE_DELEGATE_H_
6 #define CHROME_BROWSER_SSL_CHROME_SSL_HOST_STATE_DELEGATE_H_ 6 #define CHROME_BROWSER_SSL_CHROME_SSL_HOST_STATE_DELEGATE_H_
7 7
8 #include "base/gtest_prod_util.h" 8 #include "base/gtest_prod_util.h"
9 #include "base/macros.h"
9 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
10 #include "base/time/time.h" 11 #include "base/time/time.h"
11 #include "content/public/browser/ssl_host_state_delegate.h" 12 #include "content/public/browser/ssl_host_state_delegate.h"
12 13
13 class Profile; 14 class Profile;
14 15
15 namespace base { 16 namespace base {
16 class Clock; 17 class Clock;
17 class DictionaryValue; 18 class DictionaryValue;
18 } // namespace base 19 } // namespace base
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 // should be removed after the experiment has finished, and a call to Clear() 134 // should be removed after the experiment has finished, and a call to Clear()
134 // should be added to the constructor and destructor for members of the 135 // should be added to the constructor and destructor for members of the
135 // FORGET_SSL_EXCEPTION_DECISIONS_AT_SESSION_END groups. See 136 // FORGET_SSL_EXCEPTION_DECISIONS_AT_SESSION_END groups. See
136 // https://crbug.com/418631 for more details. 137 // https://crbug.com/418631 for more details.
137 const std::string current_expiration_guid_; 138 const std::string current_expiration_guid_;
138 139
139 DISALLOW_COPY_AND_ASSIGN(ChromeSSLHostStateDelegate); 140 DISALLOW_COPY_AND_ASSIGN(ChromeSSLHostStateDelegate);
140 }; 141 };
141 142
142 #endif // CHROME_BROWSER_SSL_CHROME_SSL_HOST_STATE_DELEGATE_H_ 143 #endif // CHROME_BROWSER_SSL_CHROME_SSL_HOST_STATE_DELEGATE_H_
OLDNEW
« no previous file with comments | « chrome/browser/ssl/chrome_security_state_model_client.cc ('k') | chrome/browser/ssl/chrome_ssl_host_state_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698