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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2644573003: Initial version of the split CBD dialog (Closed)
Patch Set: Created 3 years, 11 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 8f4d0b40bab6f55803ce8e560c30d1a09b8d8d9a..3c0a69aeed70ca878fefaf239d3440654a85e2ba 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6944,6 +6944,15 @@ Keep your key file in a safe place. You will need it to create new versions of y
Experimentally enable the use of enumerating audio devices.
</message>
+ <if expr="is_android">
msramek 2017/01/18 17:06:39 Let's place this next to IDS_FLAGS_ENABLE_CLEAR_BR
dullweber 2017/01/19 13:16:14 Done.
+ <message name="IDS_FLAGS_TABS_IN_CBD_NAME" desc="Name of the flag to enable a tabbed version of the Clear Browsing Data dialog on android.">
msramek 2017/01/18 17:06:39 nit: Android.
dullweber 2017/01/19 13:16:14 Done.
+ Enable tabs for clear browsing data dialog.
msramek 2017/01/18 17:06:39 nit: Please use "Clear Browsing Data" (title case)
dullweber 2017/01/19 13:16:14 Done.
+ </message>
+ <message name="IDS_FLAGS_TABS_IN_CBD_DESCRIPTION" desc="Description of the flag that enables a tabbed version of the Clear Browsing Data dialog.">
+ Enables a basic and an advanced tab for the clear browsing data dialog.
+ </message>
+ </if>
+
<!-- WebRTC logs -->
<message name="IDS_WEBRTC_LOGS_TITLE" desc="Title for the chrome://webrtc-logs page.">
WebRTC logs

Powered by Google App Engine
This is Rietveld 408576698