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

Unified Diff: content/public/browser/security_style_explanations.cc

Issue 1181293003: Expand SecurityStyleChanged interfaces to include explanations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add CONTENT_EXPORT Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: content/public/browser/security_style_explanations.cc
diff --git a/content/public/browser/interstitial_page_delegate.cc b/content/public/browser/security_style_explanations.cc
similarity index 53%
copy from content/public/browser/interstitial_page_delegate.cc
copy to content/public/browser/security_style_explanations.cc
index 60a441842b4af1ee688de6c4283e813f016059ec..8f389f889611aa268c9e0ab65965bf3e400b75f3 100644
--- a/content/public/browser/interstitial_page_delegate.cc
+++ b/content/public/browser/security_style_explanations.cc
@@ -2,12 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/public/browser/interstitial_page_delegate.h"
+#include "content/public/browser/security_style_explanations.h"
namespace content {
-InterstitialPageDelegate::TypeID InterstitialPageDelegate::GetTypeForTesting()
- const {
- return nullptr;
+
+SecurityStyleExplanations::SecurityStyleExplanations() {
+}
+
+SecurityStyleExplanations::~SecurityStyleExplanations() {
}
} // namespace content
« no previous file with comments | « content/public/browser/security_style_explanations.h ('k') | content/public/browser/web_contents_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698