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

Unified Diff: chrome/browser/chromeos/login/arc_kiosk_controller.cc

Issue 2700783002: s/\bArc\b/ARC/g for ARC related code. (Closed)
Patch Set: Address ARC++ 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
Index: chrome/browser/chromeos/login/arc_kiosk_controller.cc
diff --git a/chrome/browser/chromeos/login/arc_kiosk_controller.cc b/chrome/browser/chromeos/login/arc_kiosk_controller.cc
index 5330e2de138fb8498047e03212ef9a84ac2f14d7..b895e97c3c94efd232b6ef4237b6b637b612990a 100644
--- a/chrome/browser/chromeos/login/arc_kiosk_controller.cc
+++ b/chrome/browser/chromeos/login/arc_kiosk_controller.cc
@@ -20,7 +20,7 @@
namespace chromeos {
-// ARC++ Kiosk splash screen minimum show time.
+// ARC Kiosk splash screen minimum show time.
constexpr base::TimeDelta kArcKioskSplashScreenMinTime =
base::TimeDelta::FromSeconds(3);
@@ -121,7 +121,7 @@ void ArcKioskController::OnAppWindowLaunched() {
DVLOG(1) << "App window created, closing splash screen.";
launched_ = true;
// If timer is running, do not remove splash screen for a few
- // more seconds to give the user ability to exit ARC++ kiosk.
+ // more seconds to give the user ability to exit ARC kiosk.
if (splash_wait_timer_.IsRunning())
return;
CloseSplashScreen();
« no previous file with comments | « chrome/browser/chromeos/extensions/wallpaper_manager_util.cc ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698