diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 23:08:18 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 23:08:18 +0000 |
commit | 6624610ce6dff8cf77bc4161d5f2c089c0f4cf30 (patch) | |
tree | 8bdcf4fda57a863f1b8fe23f463037c9c1c2d248 /chrome_frame/find_dialog.h | |
parent | 294a6fa775b0a49fb020e3365474ee5d72f49adb (diff) | |
download | chromium_src-6624610ce6dff8cf77bc4161d5f2c089c0f4cf30.zip chromium_src-6624610ce6dff8cf77bc4161d5f2c089c0f4cf30.tar.gz chromium_src-6624610ce6dff8cf77bc4161d5f2c089c0f4cf30.tar.bz2 |
Only put the chrome frame resources in the locale dlls.
Chrome Frame needs 2 dialogs and an icon in the locale dlls. The
rest of the strings and resources can be pulled from the locale
pak files.
This also removes the icon from the pak files and moves them into the
dlls.
BUG=94362
Review URL: http://codereview.chromium.org/7766007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98513 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/find_dialog.h')
-rw-r--r-- | chrome_frame/find_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/find_dialog.h b/chrome_frame/find_dialog.h index b17d3a8..07e2d39 100644 --- a/chrome_frame/find_dialog.h +++ b/chrome_frame/find_dialog.h @@ -10,7 +10,7 @@ #include "base/memory/ref_counted.h" #include "resource.h" -#include "grit/generated_resources.h" +#include "grit/chrome_frame_dialogs.h" class ChromeFrameAutomationClient; |