summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorsashab <sashab@chromium.org>2014-10-09 19:03:33 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-10 02:04:11 +0000
commitfa1f0b371e82dac98cdbd4e14cce09777bd0c660 (patch)
treecef1dd5703c7964380fd04f10845947b6f3aad40 /chrome/chrome_browser.gypi
parentb2bdb2f4eee5b8c729335e8ef2e1832a6fde1e28 (diff)
downloadchromium_src-fa1f0b371e82dac98cdbd4e14cce09777bd0c660.zip
chromium_src-fa1f0b371e82dac98cdbd4e14cce09777bd0c660.tar.gz
chromium_src-fa1f0b371e82dac98cdbd4e14cce09777bd0c660.tar.bz2
Replaced the current WebsiteSettings dialog with a new PageInfo dialog
Started replacing the current WebsiteSettings dialog with a simple implementation of the upcoming PageInfo dialog. Currently, the dialog only contains the URL, a short message about the site and a 'Done' button to close the dialog. Later, it will also contain individual dropdowns to configure permissions for the website's content settings. The new dialog is hidden behind the flag --enable-new-website-settings. Without the flag, the old dialog will be displayed. BUG=365528 Review URL: https://codereview.chromium.org/516703002 Cr-Commit-Position: refs/heads/master@{#299039}
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index b7c11ed..cbcd0fe 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2760,6 +2760,7 @@
'android/java/src/org/chromium/chrome/browser/UrlUtilities.java',
'android/java/src/org/chromium/chrome/browser/VoiceSearchTabHelper.java',
'android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java',
+ 'android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopupLegacy.java',
'android/java/src/org/chromium/chrome/browser/infobar/AutoLoginDelegate.java',
'android/java/src/org/chromium/chrome/browser/infobar/ConfirmInfoBarDelegate.java',
'android/java/src/org/chromium/chrome/browser/infobar/DataReductionProxyInfoBarDelegate.java',