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

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

Issue 1494263003: Revert of win/clang: Lame workaround for a compiler bug. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 e6973466e3b8964614ba9af15415c523b3bc4187..d08ac09146084eefa5b73b2e7745dd80f11fd811 100644
--- a/chrome/browser/ui/browser_browsertest.cc
+++ b/chrome/browser/ui/browser_browsertest.cc
@@ -3120,9 +3120,7 @@
class BrowserTestNonsecureURLRequest : public BrowserTest {
public:
- // TODO(thakis): Add back the `: BrowserTest()` once
- // http://llvm.org/PR25370 is fixed, http://crbug.com/549765
- BrowserTestNonsecureURLRequest() /* : BrowserTest() */ {}
+ 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