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

Unified Diff: chrome/browser/resources/chromeos/login/screen_error_message.js

Issue 10915106: Renaming instances of "flimflam" with "shill", now that we're only (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Upload after merge Created 8 years, 3 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/browser/net/proxy_service_factory.cc ('k') | chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/screen_error_message.js
diff --git a/chrome/browser/resources/chromeos/login/screen_error_message.js b/chrome/browser/resources/chromeos/login/screen_error_message.js
index 61dd100a16f6f7a4fc02b55179494fa25a85ad40..54791ef9fc7664dc2821a795d630f3cc7b3925ff 100644
--- a/chrome/browser/resources/chromeos/login/screen_error_message.js
+++ b/chrome/browser/resources/chromeos/login/screen_error_message.js
@@ -204,7 +204,7 @@ cr.define('login', function() {
!offlineMessage.classList.contains('show-captive-portal')) {
// In case of timeout we're suspecting that network might be
// a captive portal but would like to check that first.
- // Otherwise (signal from flimflam / generate_204 got redirected)
+ // Otherwise (signal from shill / generate_204 got redirected)
// show dialog right away.
if (isTimeout)
chrome.send('fixCaptivePortal');
« no previous file with comments | « chrome/browser/net/proxy_service_factory.cc ('k') | chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698