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

Unified Diff: chrome/common/url_constants.h

Issue 2060623002: Implementation of Device End of Life Notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modify browsertest 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
Index: chrome/common/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index ab0f3a0126a6aada48fe0df647bc327aa75db1e1..f4eaece0d56bcec61718f32bd84c3869fb1b2415 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -594,6 +594,11 @@ extern const char kChooserBluetoothOverviewURL[];
// The URL for the WebUsb help center article.
extern const char kChooserUsbOverviewURL[];
+#if defined(OS_CHROMEOS)
+// The URL for EOL notification
+extern const char kEolNotificationURL[];
+#endif
+
} // namespace chrome
#endif // CHROME_COMMON_URL_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698