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

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: Rebase Created 5 years, 5 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
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.

Powered by Google App Engine
This is Rietveld 408576698