Index: chrome/browser/instant/instant_confirm_dialog.h |
diff --git a/chrome/browser/instant/instant_confirm_dialog.h b/chrome/browser/instant/instant_confirm_dialog.h |
index 434d65ad9713d50e14021106a736103ff8e77ab2..bdd5554b3f5787544d77caf4c6d73832edd1e88a 100644 |
--- a/chrome/browser/instant/instant_confirm_dialog.h |
+++ b/chrome/browser/instant/instant_confirm_dialog.h |
@@ -22,9 +22,8 @@ void ShowInstantConfirmDialogIfNecessary(gfx::NativeWindow parent, |
Profile* profile); |
// Shows the platform specific dialog to confirm if the user really wants to |
-// enable instant. If the user accepts the dialog implementations must set |
-// both |prefs::kInstantEnabled| and |prefs::kInstantConfirmDialogShown| to |
-// true. |
+// enable instant. If the user accepts the dialog invoke |
+// InstantController::Enable. |
void ShowInstantConfirmDialog(gfx::NativeWindow parent, |
Profile* profile); |