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

Unified Diff: chrome/browser/ui/browser_browsertest.cc

Issue 1410293007: win/clang: Lame workaround for a compiler bug. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_browsertest.cc
diff --git a/chrome/browser/ui/browser_browsertest.cc b/chrome/browser/ui/browser_browsertest.cc
index d08ac09146084eefa5b73b2e7745dd80f11fd811..e6973466e3b8964614ba9af15415c523b3bc4187 100644
--- a/chrome/browser/ui/browser_browsertest.cc
+++ b/chrome/browser/ui/browser_browsertest.cc
@@ -3120,7 +3120,9 @@ class URLRequestNonsecureConnection : public net::URLRequestMockHTTPJob {
class BrowserTestNonsecureURLRequest : public BrowserTest {
public:
- BrowserTestNonsecureURLRequest() : BrowserTest() {}
+ // TODO(thakis): Add back the `: BrowserTest()` once
+ // http://llvm.org/PR25370 is fixed, http://crbug.com/549765
+ BrowserTestNonsecureURLRequest() /* : BrowserTest() */ {}
void SetUpOnMainThread() override {
base::FilePath root_http;
PathService::Get(chrome::DIR_TEST_DATA, &root_http);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698