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

Unified Diff: ios/web/public/security_style.h

Issue 640253007: Adds additional fields to web::NavigationItem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 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
« no previous file with comments | « ios/web/public/navigation_item.h ('k') | ios/web/public/ssl_status.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/security_style.h
diff --git a/content/public/common/security_style.h b/ios/web/public/security_style.h
similarity index 84%
copy from content/public/common/security_style.h
copy to ios/web/public/security_style.h
index 94cd0ed99d9eaee70cb84135ae0f95f6f24f1f3f..a2fbf841fc3e523071bf88dbab4f34d120ac832f 100644
--- a/content/public/common/security_style.h
+++ b/ios/web/public/security_style.h
@@ -1,11 +1,11 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 2014 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 CONTENT_PUBLIC_COMMON_SECURITY_STYLE_H_
-#define CONTENT_PUBLIC_COMMON_SECURITY_STYLE_H_
+#ifndef IOS_WEB_PUBLIC_SECURITY_STYLE_H_
+#define IOS_WEB_PUBLIC_SECURITY_STYLE_H_
-namespace content {
+namespace web {
// Various aspects of the UI change their appearance according to the security
// context in which they are displayed. For example, the location bar displays
@@ -34,6 +34,6 @@ enum SecurityStyle {
SECURITY_STYLE_LAST = SECURITY_STYLE_AUTHENTICATED
};
-} // namespace content
+} // namespace web
-#endif // CONTENT_PUBLIC_COMMON_SECURITY_STYLE_H_
+#endif // IOS_WEB_PUBLIC_SECURITY_STYLE_H_
« no previous file with comments | « ios/web/public/navigation_item.h ('k') | ios/web/public/ssl_status.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698