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

Unified Diff: ash/common/system/system_notifier.h

Issue 2090913002: Add strings and notifier ID for low disk. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update strings Created 4 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 | « no previous file | ash/common/system/system_notifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/system_notifier.h
diff --git a/ash/common/system/system_notifier.h b/ash/common/system/system_notifier.h
index a43484bc8fcfc381239a9fc0d4b5fadc9428e7a5..dc5dfd1f3115e5c842247057e316ed18f59452e8 100644
--- a/ash/common/system/system_notifier.h
+++ b/ash/common/system/system_notifier.h
@@ -17,6 +17,7 @@ namespace system_notifier {
ASH_EXPORT extern const char kNotifierBattery[];
ASH_EXPORT extern const char kNotifierBluetooth[];
ASH_EXPORT extern const char kNotifierDeprecatedAccelerator[];
+ASH_EXPORT extern const char kNotifierDisk[];
ASH_EXPORT extern const char kNotifierDisplay[];
ASH_EXPORT extern const char kNotifierDisplayResolutionChange[];
ASH_EXPORT extern const char kNotifierDisplayError[];
« no previous file with comments | « no previous file | ash/common/system/system_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698