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

Unified Diff: chrome/browser/ui/search/instant_test_utils.h

Issue 464483002: [Local NTP] Fix LocalNTP tests, and re-enable them. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: abort test if platform doesn't support locale Created 6 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 | « no previous file | chrome/browser/ui/search/local_ntp_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/search/instant_test_utils.h
diff --git a/chrome/browser/ui/search/instant_test_utils.h b/chrome/browser/ui/search/instant_test_utils.h
index c5e79bc286d0c5c631ceb357cb4c1a2563217afa..1a63cc6847495ab4ca0e7e402ae3b592e35a38c8 100644
--- a/chrome/browser/ui/search/instant_test_utils.h
+++ b/chrome/browser/ui/search/instant_test_utils.h
@@ -62,6 +62,8 @@ class InstantTestBase {
const GURL& instant_url() const { return instant_url_; }
+ const GURL& ntp_url() const { return ntp_url_; }
+
net::SpawnedTestServer& https_test_server() { return https_test_server_; }
void KillInstantRenderView();
« no previous file with comments | « no previous file | chrome/browser/ui/search/local_ntp_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698