OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bookmarks_url
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/extensions/
extension_url_rewrite_browsertest.cc
104
const GURL
bookmarks_url
(chrome::kChromeUIBookmarksURL);
105
ui_test_utils::NavigateToURL(browser(),
bookmarks_url
);
local
108
EXPECT_EQ(
bookmarks_url
, GetLocationBarTextAsURL().GetWithEmptyPath());
110
EXPECT_EQ(
bookmarks_url
, navigation->GetVirtualURL().GetWithEmptyPath());
Completed in 49 milliseconds