diff options
author | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 17:33:56 +0000 |
---|---|---|
committer | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 17:33:56 +0000 |
commit | ac06b090648604ed7d05e1d16e47467a7783174b (patch) | |
tree | 7a77d5ec1695f2c5307535c4729ff9d1baad183a /chrome/app | |
parent | d7d1e83ef5dc0a18aac3eb1e6c8dcf10e28c41f3 (diff) | |
download | chromium_src-ac06b090648604ed7d05e1d16e47467a7783174b.zip chromium_src-ac06b090648604ed7d05e1d16e47467a7783174b.tar.gz chromium_src-ac06b090648604ed7d05e1d16e47467a7783174b.tar.bz2 |
[Aura] Initial app list webui.
- Initiali app list webui;
- Refactor NTP4 code so that we could share part of the code;
- Use shared NTP4 code for app list contents;
TODO: Add search box support.
BUG=98308
TEST=Verify aura app list looks like the mock.
Review URL: http://codereview.chromium.org/8423055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109648 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 06799c2..f48ebf8 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -14598,6 +14598,14 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page."> Tracing </message> + + <!-- Aura strings --> + <if expr="pp_ifdef('use_aura')"> + <message name="IDS_SEARCH_BOX_HINT" desc="Hint text for the search box in app list window."> + Search apps and more + </message> + </if> + </messages> <structures fallback_to_english="true"> <!-- Make sure these stay in sync with the structures in generated_resources.grd. --> |