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

Unified Diff: chrome/app/chrome_dll_resource.h

Issue 2802713002: Enable side-by-side beta and dev channels. (Closed)
Patch Set: add missing test stanza for reland Created 3 years, 8 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 | « chrome/app/chrome_dll.rc ('k') | chrome/app/chrome_exe.rc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_dll_resource.h
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h
index 7e8b8602a90cfa9da2bc92a842e907f7e97ac4c2..2622328e5493081777f8f3207755972e5aebc590 100644
--- a/chrome/app/chrome_dll_resource.h
+++ b/chrome/app/chrome_dll_resource.h
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// clang-format off
+
#define IDR_MAINFRAME 101
#define IDI_THROBBER_01 102
@@ -29,5 +31,9 @@
#define IDI_THROBBER_23 124
#define IDI_THROBBER_24 125
#define IDR_SXS 126
+#define IDR_X004_DEV 127
+#define IDR_X005_BETA 128
+
+// clang-format on
// Values around 1600 are used by installer/setup/build/
« no previous file with comments | « chrome/app/chrome_dll.rc ('k') | chrome/app/chrome_exe.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698