Index: chrome/android/java/src/org/chromium/chrome/browser/ContentSettingsType.java |
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ContentSettingsType.java b/chrome/android/java/src/org/chromium/chrome/browser/ContentSettingsType.java |
deleted file mode 100644 |
index 55af75fcf77b0dfe40c4a160c1e08047f37b18b8..0000000000000000000000000000000000000000 |
--- a/chrome/android/java/src/org/chromium/chrome/browser/ContentSettingsType.java |
+++ /dev/null |
@@ -1,40 +0,0 @@ |
-// Copyright 2015 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. |
- |
-package org.chromium.chrome.browser; |
- |
-/** |
- * This class defines the type of content settings. |
- * It should be in accordance with ContentSettingsType.h |
- */ |
-public class ContentSettingsType { |
- public static final String CONTENT_SETTINGS_TYPE_DEFAULT = ""; |
- public static final String CONTENT_SETTINGS_TYPE_COOKIES = "cookies"; |
- public static final String CONTENT_SETTINGS_TYPE_IMAGES = "images"; |
- public static final String CONTENT_SETTINGS_TYPE_JAVASCRIPT = "javascript"; |
- public static final String CONTENT_SETTINGS_TYPE_PLUGINS = "plugins"; |
- public static final String CONTENT_SETTINGS_TYPE_POPUPS = "popups"; |
- public static final String CONTENT_SETTINGS_TYPE_GEOLOCATION = "geolocation"; |
- public static final String CONTENT_SETTINGS_TYPE_NOTIFICATIONS = "notifications"; |
- public static final String CONTENT_SETTINGS_TYPE_AUTO_SELECT_CERTIFICATE = |
- "auto-select-certificate"; |
- public static final String CONTENT_SETTINGS_TYPE_FULLSCREEN = "fullscreen"; |
- public static final String CONTENT_SETTINGS_TYPE_MOUSELOCK = "mouselock"; |
- public static final String CONTENT_SETTINGS_TYPE_MIXEDSCRIPT = "mixed-script"; |
- public static final String CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC = "media-stream-mic"; |
- public static final String CONTENT_SETTINGS_TYPE_MEDIASTREAM_CAMERA = "media-stream-camera"; |
- public static final String CONTENT_SETTINGS_TYPE_PROTOCOL_HANDLERS = "protocol-handler"; |
- public static final String CONTENT_SETTINGS_TYPE_PPAPI_BROKER = "ppapi-broker"; |
- public static final String CONTENT_SETTINGS_TYPE_AUTOMATIC_DOWNLOADS = "automatic-downloads"; |
- public static final String CONTENT_SETTINGS_TYPE_MIDI_SYSEX = "midi-sysex"; |
- public static final String CONTENT_SETTINGS_TYPE_PUSH_MESSAGING = "push-messaging"; |
- public static final String CONTENT_SETTINGS_TYPE_SSL_CERT_DECISIONS = "ssl-cert-decisions"; |
- public static final String CONTENT_SETTINGS_TYPE_PROTECTED_MEDIA_IDENTIFIER = |
- "protected-media-identifier"; |
- public static final String CONTENT_SETTINGS_TYPE_APP_BANNER = "app-banner"; |
- public static final String CONTENT_SETTINGS_TYPE_SITE_ENGAGEMENT = "site-engagement"; |
- public static final String CONTENT_SETTINGS_TYPE_DURABLE_STORAGE = "durable-storage"; |
- public static final String CONTENT_SETTINGS_TYPE_USB_CHOOSER_DATA = "usb-chooser-data"; |
- public static final String CONTENT_SETTINGS_TYPE_KEYGEN = "keygen"; |
-} |