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

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

Issue 11466007: Add new IPC for searchbox to pipe SearchBox NavigateContentWindow calls to the browser. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressing Samarth's comments. 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..264ab6c4cb45b53e60bb810d3937853075785653 100644
--- a/chrome/browser/instant/instant_commit_type.h
+++ b/chrome/browser/instant/instant_commit_type.h
@@ -17,6 +17,10 @@ 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 requesting a navigation via the
+ // SearchBoxNavigate IPC.
+ INSTANT_COMMIT_REQUESTED_NAVIGATION,
};
#endif // CHROME_BROWSER_INSTANT_INSTANT_COMMIT_TYPE_H_

Powered by Google App Engine
This is Rietveld 408576698