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

Unified Diff: chrome/browser/instant/instant_confirm_dialog.h

Issue 5023001: Handful of related instant changes: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix linux build Created 10 years, 1 month 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/browser/gtk/options/general_page_gtk.cc ('k') | chrome/browser/instant/instant_confirm_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/browser/gtk/options/general_page_gtk.cc ('k') | chrome/browser/instant/instant_confirm_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698