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

Unified Diff: chrome/app/generated_resources.grd

Issue 2580023002: [Android History] Add a chrome://flags for the Android native history UI (Closed)
Patch Set: Rebase Created 4 years 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 89cfc5a9650777e9dd72f3cace71be738b02f67f..3e5858093533b3d51e5e240d829d4949cd359768 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15620,6 +15620,16 @@ read aloud to screenreader users to announce that a completion is available.">
<message name="IDS_FLAGS_FASTER_LOCATION_RELOAD_DESCRIPTION" desc="Description for the flag to enable faster location.reload()" translateable="false">
Enable faster location.reload() to use a reload mode that revalidates only main resource forcibly.
</message>
+
+ <!-- Native Android History chrome://flags strings -->
+ <if expr="is_android">
+ <message name="IDS_NATIVE_ANDROID_HISTORY_MANAGER" desc="Name of the flag that enables the native Android history UI." translateable="false">
+ Native Android History
+ </message>
+ <message name="IDS_NATIVE_ANDROID_HISTORY_MANAGER_DESCRIPTION" desc="Description of the flag that enables the native Android history UI." translateable="false">
+ Show the native Android UI for browsing history.
+ </message>
+ </if>
</messages>
</release>
</grit>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/history/HistoryManagerUtils.java ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698