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

Side by Side Diff: chrome/browser/chromeos/arc/arc_migration_constants.h

Issue 2902093003: arc: Message for a low-battery case of migration notification. (Closed)
Patch Set: Fix typo Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_CHROMEOS_ARC_ARC_MIGRATION_CONSTANTS_H_
6 #define CHROME_BROWSER_CHROMEOS_ARC_ARC_MIGRATION_CONSTANTS_H_
7
8 namespace arc {
9
10 // The minimum battery level to start the migration.
11 constexpr double kMigrationMinimumBatteryPercent = 30;
12
13 // The minimum size of available space to start the migration. (10MB)
14 constexpr int64_t kMigrationMinimumAvailableStorage = 10LL * 1024 * 1024;
15
16 } // namespace arc
17
18 #endif // CHROME_BROWSER_CHROMEOS_ARC_ARC_MIGRATION_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/BUILD.gn ('k') | chrome/browser/chromeos/arc/arc_migration_guide_notification.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698