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

Unified Diff: extensions/browser/guest_view/web_view/web_view_guest.cc

Issue 1260033003: Partially componentize //chrome/browser/search/search.{h,cc} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation on iOS Created 5 years, 4 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/search/search_unittest.cc ('k') | ios/chrome/browser/search/search_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/guest_view/web_view/web_view_guest.cc
diff --git a/extensions/browser/guest_view/web_view/web_view_guest.cc b/extensions/browser/guest_view/web_view/web_view_guest.cc
index d37d355fe1d2257aced3128d14deb92f7285b3f6..96da0915006626554c948d32f6445cb44a7083a1 100644
--- a/extensions/browser/guest_view/web_view/web_view_guest.cc
+++ b/extensions/browser/guest_view/web_view/web_view_guest.cc
@@ -1253,7 +1253,7 @@ content::WebContents* WebViewGuest::OpenURLFromTab(
// decides that a fork should happen. At the time of writing this comment,
// the only way a well behaving guest could hit this code path is if it
// navigates to a URL that's associated with the default search engine.
- // This list of URLs is generated by chrome::GetSearchURLs. Validity checks
+ // This list of URLs is generated by search::GetSearchURLs. Validity checks
// are performed inside LoadURLWithParams such that if the guest attempts
// to navigate to a URL that it is not allowed to navigate to, a 'loadabort'
// event will fire in the embedder, and the guest will be navigated to
« no previous file with comments | « components/search/search_unittest.cc ('k') | ios/chrome/browser/search/search_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698