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

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: 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..b3cd22f6841867a547e0a055463436329db7f813 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 due to the
+ // user clicking on a result.
+ INSTANT_COMMIT_CLICKED_RESULT,
samarth 2012/12/07 02:01:35 This name is more specific than what the api allow
Shishir 2012/12/10 20:40:39 Done.
};
#endif // CHROME_BROWSER_INSTANT_INSTANT_COMMIT_TYPE_H_

Powered by Google App Engine
This is Rietveld 408576698