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

Unified Diff: chrome/common/url_constants.h

Issue 10332185: Update behavior of one-click infobar to remove modal dialog, add "undo". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add enum Created 8 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 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 d97ce505f15b33e69af16eefe840f6a477dbe4ff..4f799cd47c1e5ddf42fa9bbf9739d37449d2c7f6 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -269,6 +269,9 @@ extern const char kPasswordManagerLearnMoreURL[];
// General help link for Chrome.
extern const char kChromeHelpURL[];
+// "Learn more" URL for the one click signin infobar.
+extern const char kChromeSyncLearnMoreURL[];
+
// Help URL for the settings page's search feature.
extern const char kSettingsSearchHelpURL[];

Powered by Google App Engine
This is Rietveld 408576698