diff options
author | mad@chromium.org <mad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-15 23:44:53 +0000 |
---|---|---|
committer | mad@chromium.org <mad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-15 23:44:53 +0000 |
commit | a04e82bfb87e06462b018ab05053319e41c1db00 (patch) | |
tree | 9db9f906ce8d995483487466fd174680848abdac /chrome/browser/browser_resources.grd | |
parent | 70fe277044e7768cfe91375749b33cb94ae00981 (diff) | |
download | chromium_src-a04e82bfb87e06462b018ab05053319e41c1db00.zip chromium_src-a04e82bfb87e06462b018ab05053319e41c1db00.tar.gz chromium_src-a04e82bfb87e06462b018ab05053319e41c1db00.tar.bz2 |
Implement separate area of the history page for full list of other devices.
BUG=154655
TEST=Open the history page and play with it...
Review URL: https://chromiumcodereview.appspot.com/12390024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188507 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_resources.grd')
-rw-r--r-- | chrome/browser/browser_resources.grd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd index efcdf9f..3e4c478 100644 --- a/chrome/browser/browser_resources.grd +++ b/chrome/browser/browser_resources.grd @@ -122,6 +122,7 @@ <include name="IDR_HELP_JS" file="resources\help\help.js" flattenhtml="true" type="BINDATA" /> <include name="IDR_HISTORY_HTML" file="resources\history\history.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> <include name="IDR_HISTORY_JS" file="resources\history\history.js" flattenhtml="true" type="BINDATA" /> + <include name="IDR_OTHER_DEVICES_JS" file="resources\history\other_devices.js" flattenhtml="true" type="BINDATA" /> <include name="IDR_INSPECT_CSS" file="resources\inspect\inspect.css" flattenhtml="true" type="BINDATA" /> <include name="IDR_INSPECT_HTML" file="resources\inspect\inspect.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> <include name="IDR_INSPECT_JS" file="resources\inspect\inspect.js" flattenhtml="true" type="BINDATA" /> |