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

Unified Diff: chrome/common/instant.mojom

Issue 2685863002: NTP: Rename mojo methods, fixing a TODO (Closed)
Patch Set: Created 3 years, 10 months 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/ui/search/search_ipc_router_unittest.cc ('k') | chrome/renderer/searchbox/searchbox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/instant.mojom
diff --git a/chrome/common/instant.mojom b/chrome/common/instant.mojom
index 3935339e2d3330fa915abbdee2e9be117069f655..a9f0fdd2043d81758ca1e3df73bd9f660eee7e44 100644
--- a/chrome/common/instant.mojom
+++ b/chrome/common/instant.mojom
@@ -25,15 +25,14 @@ interface Instant {
// Tells InstantExtended to set the omnibox focus state.
FocusOmnibox(int32 page_seq_no, OmniboxFocusState state);
- // TODO(treib): Remove the SearchBox prefix from these three methods.
// Tells InstantExtended to delete a most visited item.
- SearchBoxDeleteMostVisitedItem(int32 page_seq_no, url.mojom.Url url);
+ DeleteMostVisitedItem(int32 page_seq_no, url.mojom.Url url);
// Tells InstantExtended to undo all most visited item deletions.
- SearchBoxUndoAllMostVisitedDeletions(int32 page_seq_no);
+ UndoAllMostVisitedDeletions(int32 page_seq_no);
// Tells InstantExtended to undo one most visited item deletion.
- SearchBoxUndoMostVisitedDeletion(int32 page_seq_no, url.mojom.Url url);
+ UndoMostVisitedDeletion(int32 page_seq_no, url.mojom.Url url);
// Logs events from InstantExtended New Tab Pages.
LogEvent(int32 page_seq_no,
« no previous file with comments | « chrome/browser/ui/search/search_ipc_router_unittest.cc ('k') | chrome/renderer/searchbox/searchbox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698