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

Unified Diff: ios/public/provider/chrome/browser/browser_constants.h

Issue 2424643002: [ios] Removed remaining code for URL spoofing interstitials. (Closed)
Patch Set: Removed reference to Safe Browsing. Created 4 years, 2 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: ios/public/provider/chrome/browser/browser_constants.h
diff --git a/ios/public/provider/chrome/browser/browser_constants.h b/ios/public/provider/chrome/browser/browser_constants.h
deleted file mode 100644
index b40b26b18adedec1c3de48e59dce0ceca719f44e..0000000000000000000000000000000000000000
--- a/ios/public/provider/chrome/browser/browser_constants.h
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright 2013 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.
-
-#ifndef IOS_PUBLIC_PROVIDER_CHROME_BROWSER_BROWSER_CONSTANTS_H_
-#define IOS_PUBLIC_PROVIDER_CHROME_BROWSER_BROWSER_CONSTANTS_H_
-
-namespace ios {
-
-// This string is a flag for net::SSLInfo signaling that the error is not a
-// typical certificate error, but rather is a spoofing attempt.
-// It can be used to customize the interstitial error page.
-extern const char kSpoofingAttemptFlag[];
-
-} // namespace ios
-
-#endif // IOS_PUBLIC_PROVIDER_CHROME_BROWSER_BROWSER_CONSTANTS_H_
« no previous file with comments | « ios/public/provider/chrome/browser/BUILD.gn ('k') | ios/public/provider/chrome/browser/browser_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698