Index: chrome/browser/instant/instant_controller.cc |
diff --git a/chrome/browser/instant/instant_controller.cc b/chrome/browser/instant/instant_controller.cc |
index c25f62c1f046ce60793b5e27d925b8d9294dda9f..4e99b3d00bf4b225a88df995240b0330c26914bd 100644 |
--- a/chrome/browser/instant/instant_controller.cc |
+++ b/chrome/browser/instant/instant_controller.cc |
@@ -135,6 +135,7 @@ void InstantController::Disable(Profile* profile) { |
delta.InMinutes(), 1, 60 * 24 * 10, 50); |
} |
+ service->SetBoolean(prefs::kInstantEnabledOnce, true); |
service->SetBoolean(prefs::kInstantEnabled, false); |
} |