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

Side by Side Diff: chrome/common/search_urls.h

Issue 23455047: InstantExtended: Send search URLs to renderers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missing files. Created 7 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #ifndef SEARCH_URLS_H_
2 #define SEARCH_URLS_H_
3
4 class GURL;
5
6 namespace search {
7
8 // Returns true if |my_url| matches |other_url|.
9 bool MatchesOriginAndPath(const GURL& my_url, const GURL& other_url);
10
11 } // namespace search
12
13 #endif // SEARCH_URLS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698