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

Unified Diff: components/version_info.grdp

Issue 1257633002: Componentize VersionInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert version_info::Channel to a "class enum" Created 5 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/components_strings.grd ('k') | components/version_info.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_info.grdp
diff --git a/components/version_info.grdp b/components/version_info.grdp
new file mode 100644
index 0000000000000000000000000000000000000000..934d17d9bbcba60b6b83785be342a75adfbd5c2b
--- /dev/null
+++ b/components/version_info.grdp
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit-part>
+
+ <message name="IDS_ABOUT_VERSION_UNOFFICIAL" desc="unofficial build on the about:version page">
+ Developer Build
+ </message>
+
+</grit-part>
« no previous file with comments | « components/components_strings.grd ('k') | components/version_info.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698