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

Unified Diff: chrome/install_static/chromium_install_modes.cc

Issue 2689233005: Move brand- and mode-specific app icon resource id into InstallConstants. (Closed)
Patch Set: sync to position 453103 Created 3 years, 10 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/install_static/DEPS ('k') | chrome/install_static/google_chrome_install_modes.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/install_static/chromium_install_modes.cc
diff --git a/chrome/install_static/chromium_install_modes.cc b/chrome/install_static/chromium_install_modes.cc
index bb7b67579bffa9a6b2b0c74258d2731b120b24d5..87700b3fc15c43034f35df42e45d0d353cf048ee 100644
--- a/chrome/install_static/chromium_install_modes.cc
+++ b/chrome/install_static/chromium_install_modes.cc
@@ -6,6 +6,7 @@
#include <stdlib.h>
+#include "chrome/app/chrome_dll_resource.h"
#include "chrome/install_static/install_modes.h"
namespace install_static {
@@ -35,6 +36,7 @@ const InstallConstants kInstallModes[] = {
ChannelStrategy::UNSUPPORTED,
true, // Supports system-level installs.
true, // Supported multi-install.
+ IDR_MAINFRAME,
},
// clang-format on
};
« no previous file with comments | « chrome/install_static/DEPS ('k') | chrome/install_static/google_chrome_install_modes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698