summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_resources.grd
diff options
context:
space:
mode:
authorbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-28 11:57:51 +0000
committerbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-28 11:57:51 +0000
commit1d697f38d70b8edaca243a49f790b525c1c95a9d (patch)
treed865f1e7f9984aea144a889c51ddd6fff443ad05 /chrome/browser/browser_resources.grd
parent2f606239c901c6c464ae0323a9eb577401cdaacc (diff)
downloadchromium_src-1d697f38d70b8edaca243a49f790b525c1c95a9d.zip
chromium_src-1d697f38d70b8edaca243a49f790b525c1c95a9d.tar.gz
chromium_src-1d697f38d70b8edaca243a49f790b525c1c95a9d.tar.bz2
Show infobar for missing plug-ins on Mac.
TBR=arv@chromium.org BUG=62079 TEST=none Review URL: http://codereview.chromium.org/8578009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_resources.grd')
-rw-r--r--chrome/browser/browser_resources.grd6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index 630f21a..fa9a07c 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -86,6 +86,12 @@
<include name="IDR_NOTIFICATION_ICON_HTML" file="resources\notification_icon.html" type="BINDATA" />
<include name="IDR_PLUGINS_HTML" file="resources\plugins.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_PLUGINS_JS" file="resources\plugins.js" type="BINDATA" />
+ <if expr="is_win">
+ <include name="IDR_PLUGIN_DB_JSON" file="resources\plugins_win.json" type="BINDATA" />
+ </if>
+ <if expr="is_macosx">
+ <include name="IDR_PLUGIN_DB_JSON" file="resources\plugins_mac.json" type="BINDATA" />
+ </if>
<include name="IDR_POLICY_CSS" file="resources\policy.css" type="BINDATA"/>
<include name="IDR_POLICY_HTML" file="resources\policy.html" flattenhtml="true" allowexternalscript="true" type="BINDATA"/>
<include name="IDR_POLICY_JS" file="resources\policy.js" type="BINDATA"/>