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

Unified Diff: ui/gfx/android/page_info_connection_type_list.h

Issue 516703002: Replaced the current WebsiteSettings dialog with a new PageInfo dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing template files for PageInfoConnectionType enum Created 6 years, 4 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: 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)
« chrome/browser/ui/android/website_settings_popup_android.h ('K') | « ui/android/ui_android.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698