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

Unified Diff: chrome_frame/chrome_tab.cc

Issue 8909009: Remove remaining references to CEEE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Sync'ed source code, no new changes for this CL Created 9 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:
View side-by-side diff with in-line comments
Download patch
Index: chrome_frame/chrome_tab.cc
===================================================================
--- chrome_frame/chrome_tab.cc (revision 114621)
+++ chrome_frame/chrome_tab.cc (working copy)
@@ -258,9 +258,8 @@
GoogleUpdateSettings::GetChromeChannelAndModifiers(true, &channel_name)) {
std::transform(channel_name.begin(), channel_name.end(),
channel_name.begin(), tolower);
- // Use this only for the dev channel and CEEE channels.
- if (channel_name.find(L"dev") != std::wstring::npos ||
- channel_name.find(L"ceee") != std::wstring::npos) {
+ // Use this only for the dev channel channel.
Jói 2011/12/16 11:11:44 channel channel -> channel
Roger Tawa OOO till Jul 10th 2011/12/16 16:24:30 Done.
+ if (channel_name.find(L"dev") != std::wstring::npos) {
HKEY hive = HKEY_CURRENT_USER;
if (IsSystemProcess()) {
// For system installs, our updates will be running as SYSTEM which
« chrome_frame/chrome_frame_activex.cc ('K') | « chrome_frame/chrome_frame_activex.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698