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

Unified Diff: chrome/common/url_constants.cc

Issue 14189011: Remove instant confirmation dialog that is displayed the first time the instant checkbox is clicked. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove prefs::InstantConfirmDialogShown Created 7 years, 8 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 | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 62679e9c73ff91748e474a5a132001aa4fdf7f8a..a6fa3f074c54b067995b16d8d25ce21a2b599985 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -379,13 +379,6 @@ const char kOmniboxLearnMoreURL[] =
"https://support.google.com/chrome/?p=settings_omnibox";
#endif
-const char kInstantLearnMoreURL[] =
-#if defined(OS_CHROMEOS)
- "https://support.google.com/chromeos/?p=settings_instant_policy";
-#else
- "https://support.google.com/chrome/?p=settings_instant_policy";
-#endif
-
const char kPageInfoHelpCenterURL[] =
#if defined(OS_CHROMEOS)
"https://support.google.com/chromeos/?p=ui_security_indicator";
« no previous file with comments | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698