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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 280353002: Disable auto-reload on mobile canary and dev channels. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 6 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 06b97e7f9bcecdad3efef4f6b4c870917907cd30..4791282832f1aa1d851af8d1ee66ae999e4f68d6 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1566,7 +1566,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
chrome::VersionInfo::GetChannel();
#if defined(OS_ANDROID) || defined(OS_IOS)
chrome::VersionInfo::Channel kForceChannel =
- chrome::VersionInfo::CHANNEL_DEV;
+ chrome::VersionInfo::CHANNEL_UNKNOWN;
Randy Smith (Not in Mondays) 2014/05/12 18:51:32 I'm concerned that using CHANNEL_UNKNOWN will mean
#else
chrome::VersionInfo::Channel kForceChannel =
chrome::VersionInfo::CHANNEL_CANARY;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698