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

Side by Side Diff: net/tools/domain_security_preload_generator/domain_security_entry.cc

Issue 2551153003: Add static domain security state generator tool. (Closed)
Patch Set: Fix iOS? Created 4 years 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
(Empty)
1 // Copyright (c) 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 #include "net/tools/domain_security_preload_generator/domain_security_entry.h"
5
6 namespace net {
7
8 namespace transport_security_state {
9
10 DomainSecurityEntry::DomainSecurityEntry() {}
11 DomainSecurityEntry::~DomainSecurityEntry() {}
12
13 } // namespace transport_security_state
14
15 } // namespace
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698