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

Unified Diff: ash/public/cpp/ash_pref_names.h

Issue 2887913004: [Night Light] CL4: Automatic schedule backend. (Closed)
Patch Set: Nits Created 3 years, 6 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 | « ash/DEPS ('k') | ash/public/cpp/ash_pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/cpp/ash_pref_names.h
diff --git a/ash/public/cpp/ash_pref_names.h b/ash/public/cpp/ash_pref_names.h
index ea59a586e34541d57b77e3ad0f97ee0313efcba8..5a4e8d4d8aa0dc1eae62f62d5ebdde7f37bb297f 100644
--- a/ash/public/cpp/ash_pref_names.h
+++ b/ash/public/cpp/ash_pref_names.h
@@ -13,6 +13,9 @@ namespace prefs {
ASH_PUBLIC_EXPORT extern const char kNightLightEnabled[];
ASH_PUBLIC_EXPORT extern const char kNightLightTemperature[];
+ASH_PUBLIC_EXPORT extern const char kNightLightScheduleType[];
+ASH_PUBLIC_EXPORT extern const char kNightLightCustomStartTime[];
+ASH_PUBLIC_EXPORT extern const char kNightLightCustomEndTime[];
} // namespace prefs
« no previous file with comments | « ash/DEPS ('k') | ash/public/cpp/ash_pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698