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

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

Issue 369703002: Remember user decisions on invalid certificates behind a flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2014 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 //
5 #include "chrome/browser/ssl/chrome_ssl_host_state_decisions.h"
6 #include "chrome/test/base/in_process_browser_test.h"
7 #include "testing/gtest/include/gtest/gtest.h"
8
9 #ifndef CHROME_BROWSER_SSL_CHROME_SSL_HOST_STATE_DECISIONS_TEST_H_
10 #define CHROME_BROWSER_SSL_CHROME_SSL_HOST_STATE_DECISIONS_TEST_H_
11
12 class ChromeSSLHostStateDecisionsTest : public InProcessBrowserTest {
13 public:
14 ChromeSSLHostStateDecisionsTest() {};
15 virtual ~ChromeSSLHostStateDecisionsTest() {};
16
17 // InProcessBrowserTest:
18 virtual void SetUpInProcessBrowserTestFixture() OVERRIDE{};
19 virtual void SetUpOnMainThread() OVERRIDE{};
20 virtual void CleanUpOnMainThread() OVERRIDE{};
21
22 virtual void SetUpOnIOThread() {};
23 virtual void CleanUpOnIOThread() {};
24 };
25
26 #endif // CHROME_BROWSER_SSL_CHROME_SSL_HOST_STATE_DECISIONS_TEST_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698