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

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

Issue 11416187: Commit instant loader when the instant page navigates away from instant URL. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merging in sreeram's changes. Created 8 years 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/instant/instant_commit_type.h
diff --git a/chrome/browser/instant/instant_commit_type.h b/chrome/browser/instant/instant_commit_type.h
index b02554256a842fa66597347db80571798a37911b..730e2c1a798275c3bccb2a8b4f9fbe427e6b24a8 100644
--- a/chrome/browser/instant/instant_commit_type.h
+++ b/chrome/browser/instant/instant_commit_type.h
@@ -17,6 +17,9 @@ enum InstantCommitType {
// The commit is due to the omnibox losing focus, usually due to the user
// clicking on the preview.
INSTANT_COMMIT_FOCUS_LOST,
+
+ // The commit is due to the instant page navigating.
+ INSTANT_COMMIT_NAVIGATED,
};
#endif // CHROME_BROWSER_INSTANT_INSTANT_COMMIT_TYPE_H_

Powered by Google App Engine
This is Rietveld 408576698