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

Unified Diff: ios/chrome/app/resources/history/history.js

Issue 1884553002: Add a testing switch to override the query for other forms of browsing history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed the switch. Created 4 years, 8 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 | « components/browsing_data_ui/history_notice_utils.cc ('k') | ios/chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/resources/history/history.js
diff --git a/ios/chrome/app/resources/history/history.js b/ios/chrome/app/resources/history/history.js
index e5f6b26cf89d7f4c8fa67a620aa7bd967a12f7fa..2fd594b9b36f97b16bc8209cc7156634b018fdc0 100644
--- a/ios/chrome/app/resources/history/history.js
+++ b/ios/chrome/app/resources/history/history.js
@@ -44,7 +44,7 @@ var SupervisedUserFilteringBehavior = {
/**
* The type of the history result object. The definition is based on
- * chrome/browser/ui/webui/history_ui.cc:
+ * chrome/browser/ui/webui/history_ui.mm:
* BrowsingHistoryHandler::HistoryEntry::ToValue()
* @typedef {{allTimestamps: Array<number>,
* blockedVisit: (boolean|undefined),
@@ -65,7 +65,7 @@ var HistoryEntry;
/**
* The type of the history results info object. The definition is based on
- * chrome/browser/ui/webui/history_ui.cc:
+ * chrome/browser/ui/webui/history_ui.mm:
* BrowsingHistoryHandler::QueryComplete()
* @typedef {{finished: boolean,
* hasSyncedResults: (boolean|undefined),
« no previous file with comments | « components/browsing_data_ui/history_notice_utils.cc ('k') | ios/chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698