Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(865)

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 353013007: Implement <appview> skeleton. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@app_view_skeleton
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/renderer/resources/extensions/app_view.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 5f3e9fe365453abfd72461a30c81272b8cb4d518..e155a2810be28acb3732606deb7f830d972b2622 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6330,6 +6330,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_RESET_APP_LIST_INSTALL_STATE_DESCRIPTION" desc="Description of the flag to reset the app launcher install state.">
Reset the App Launcher install state on every restart. While this flag is set, Chrome will forget the launcher has been installed each time it starts. This is used for testing the App Launcher install flow.
</message>
+ <message name="IDS_FLAGS_ENABLE_APP_VIEW_NAME" desc="Name of the flag to enable the AppView element.">
+ Enable the AppView element in Chrome Apps.
lazyboy 2014/06/27 04:14:02 Probably <appview> element?
Fady Samuel 2014/06/27 16:11:00 Done.
+ </message>
+ <message name="IDS_FLAGS_ENABLE_APP_VIEW_DESCRIPTION" desc="Description of the flag to enable the AppView element.">
+ This will allow the use of the experimental AppView element in Chrome Apps.
+ </message>
<if expr="enable_app_list">
<message name="IDS_FLAGS_ENABLE_APP_LIST_NAME" desc="Name of the flag to enable the app launcher.">
Enable the App Launcher.
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/renderer/resources/extensions/app_view.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698