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

Unified Diff: chrome/browser/search/search.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
Index: chrome/browser/search/search.cc
diff --git a/chrome/browser/search/search.cc b/chrome/browser/search/search.cc
index 4f5f715f3b39abd5a7d7214464a0aa5db9dce3f8..39fa566db88aa5ecb36c049c07ba5d6d5cbbacab 100644
--- a/chrome/browser/search/search.cc
+++ b/chrome/browser/search/search.cc
@@ -347,8 +347,6 @@ bool ShouldAssignURLToInstantRenderer(const GURL& url, Profile* profile) {
}
void RegisterInstantUserPrefs(PrefRegistrySyncable* registry) {
- registry->RegisterBooleanPref(prefs::kInstantConfirmDialogShown, false,
- PrefRegistrySyncable::SYNCABLE_PREF);
registry->RegisterBooleanPref(prefs::kInstantEnabled, false,
PrefRegistrySyncable::SYNCABLE_PREF);
// This default is overridden by SetInstantExtendedPrefDefault().
« no previous file with comments | « chrome/browser/resources/options/options.js ('k') | chrome/browser/sync/test/integration/two_client_preferences_sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698