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

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

Issue 1469063002: Fix unrecoverable SSL interstitials. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « ios/public/provider/chrome/browser/browser_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/browser_constants.cc
diff --git a/components/sync_sessions/open_tabs_ui_delegate.cc b/ios/public/provider/chrome/browser/browser_constants.cc
similarity index 51%
copy from components/sync_sessions/open_tabs_ui_delegate.cc
copy to ios/public/provider/chrome/browser/browser_constants.cc
index 9943d0c5bf75cf2b7ea556ae667758041a096dbc..5b89c12eb042b19543f7c5f2532ae8d0a7fe7fe1 100644
--- a/components/sync_sessions/open_tabs_ui_delegate.cc
+++ b/ios/public/provider/chrome/browser/browser_constants.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/sync_sessions/open_tabs_ui_delegate.h"
+#include "ios/public/provider/chrome/browser/browser_constants.h"
-namespace sync_driver {
+namespace ios {
-OpenTabsUIDelegate::~OpenTabsUIDelegate() {}
+const char kSpoofingAttemptFlag[] = "SpoofingAttempt_IOS";
-} // namespace sync_driver
+} // namespace ios
« no previous file with comments | « ios/public/provider/chrome/browser/browser_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698