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

Side by Side Diff: ios/web/public/test/url_test_util.h

Issue 2722983003: Reland Tab History and BrowserViewController CRWSessionEntry removal. (Closed)
Patch Set: TODO, early return Created 3 years, 9 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
« no previous file with comments | « ios/web/navigation/navigation_item_impl.mm ('k') | ios/web/test/url_test_util.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef IOS_WEB_PUBLIC_TEST_URL_TEST_UTIL_H_
6 #define IOS_WEB_PUBLIC_TEST_URL_TEST_UTIL_H_
7
8 #include "base/strings/string16.h"
9
10 class GURL;
11
12 namespace web {
13
14 // Returns a formatted version of |url| that would be used as the fallback title
15 // for a page with that URL.
16 base::string16 GetDisplayTitleForUrl(const GURL& url);
17
18 } // namespace web
19
20 #endif // IOS_WEB_PUBLIC_TEST_URL_TEST_UTIL_H_
OLDNEW
« no previous file with comments | « ios/web/navigation/navigation_item_impl.mm ('k') | ios/web/test/url_test_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698