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

Unified Diff: ui/android/java/PageInfoConnectionType.template

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, 3 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/android/java/PageInfoConnectionType.template
diff --git a/ui/android/java/BitmapFormat.template b/ui/android/java/PageInfoConnectionType.template
similarity index 55%
copy from ui/android/java/BitmapFormat.template
copy to ui/android/java/PageInfoConnectionType.template
index 5c7de68ad7ded54d7f94446af128c1ef34d28ee3..459e2bb1f52c394f69613971f21a8f3307b08617 100644
--- a/ui/android/java/BitmapFormat.template
+++ b/ui/android/java/PageInfoConnectionType.template
@@ -6,9 +6,9 @@ package org.chromium.ui.gfx;
// A simple auto-generated interface used to maintain the various
// bitmap configurations as used by both org.chromium.ui.BitmapFormat
-// and ui/gfx/android/java_bitmap.h
-public interface BitmapFormat {
-#define DEFINE_BITMAP_CONFIG(x,y) public final int x = y;
-#include "ui/gfx/android/bitmap_config_list.h"
-#undef DEFINE_BITMAP_CONFIG
+// and ui/gfx/android/page_info_connection_type_list.h
+public interface PageInfoConnectionType {
+#define DEFINE_PAGE_INFO_CONNECTION_TYPE(x,y) public final int x = y;
+#include "ui/gfx/android/page_info_connection_type_list.h"
+#undef DEFINE_PAGE_INFO_CONNECTION_TYPE
}

Powered by Google App Engine
This is Rietveld 408576698