Index: ui/gfx/android/page_info_connection_type_list.h |
diff --git a/ui/gfx/android/page_info_connection_type_list.h b/ui/gfx/android/page_info_connection_type_list.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3665ed81e37970de5f93eaee91daf56591dacc4c |
--- /dev/null |
+++ b/ui/gfx/android/page_info_connection_type_list.h |
@@ -0,0 +1,16 @@ |
+// 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. |
+ |
+// This file intentionally does not have header guards, it's included |
+// inside a macro to generate enum values. |
+ |
+#ifndef DEFINE_PAGE_INFO_CONNECTION_TYPE |
+#error "DEFINE_PAGE_INFO_CONNECTION_TYPE should be defined before including this file" |
+#endif |
+DEFINE_PAGE_INFO_CONNECTION_TYPE(CONNECTION_UNKNOWN, 0) |
+DEFINE_PAGE_INFO_CONNECTION_TYPE(CONNECTION_ENCRYPTED, 1) |
+DEFINE_PAGE_INFO_CONNECTION_TYPE(CONNECTION_MIXED_CONTENT, 2) |
+DEFINE_PAGE_INFO_CONNECTION_TYPE(CONNECTION_UNENCRYPTED, 3) |
+DEFINE_PAGE_INFO_CONNECTION_TYPE(CONNECTION_ENCRYPTED_ERROR, 4) |
+DEFINE_PAGE_INFO_CONNECTION_TYPE(CONNECTION_INTERNAL_PAGE, 5) |