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

Unified Diff: chrome/renderer/searchbox/search_bouncer.h

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 | « chrome/common/chrome_switches.cc ('k') | components/omnibox/browser/omnibox_field_trial.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/searchbox/search_bouncer.h
diff --git a/chrome/renderer/searchbox/search_bouncer.h b/chrome/renderer/searchbox/search_bouncer.h
index aa551e4fe457868a0541a8eca9a2cff2a38f2dcd..d84aacf23387f1e30a1ffbff23e70e36eb88199a 100644
--- a/chrome/renderer/searchbox/search_bouncer.h
+++ b/chrome/renderer/searchbox/search_bouncer.h
@@ -26,7 +26,7 @@ class SearchBouncer : public content::RenderProcessObserver {
static SearchBouncer* GetInstance();
// Returns whether a navigation to |url| should bounce back to the browser as
- // a potential Instant url. See chrome::ShouldAssignURLToInstantRenderer().
+ // a potential Instant url. See search::ShouldAssignURLToInstantRenderer().
bool ShouldFork(const GURL& url) const;
// Returns whether |url| is a valid Instant new tab page URL.
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | components/omnibox/browser/omnibox_field_trial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698