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

Unified Diff: chrome/browser/chromeos/process_proxy/process_proxy_browsertest.cc

Issue 10692077: enable -Wunused-private-field for linux and chromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chromeos fixes Created 8 years, 6 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
Index: chrome/browser/chromeos/process_proxy/process_proxy_browsertest.cc
diff --git a/chrome/browser/chromeos/process_proxy/process_proxy_browsertest.cc b/chrome/browser/chromeos/process_proxy/process_proxy_browsertest.cc
index ca2bd368c96556b5e38dcf69af8be306a283b034..131f9de4420c0a8ff968ec0042702763a4a42820 100644
--- a/chrome/browser/chromeos/process_proxy/process_proxy_browsertest.cc
+++ b/chrome/browser/chromeos/process_proxy/process_proxy_browsertest.cc
@@ -175,9 +175,6 @@ class SigIntTestRunner : public TestRunner {
// Send SingInt and verify the process exited.
EXPECT_TRUE(registry->SendInput(pid_, "\003"));
}
-
- private:
- bool output_received_;
};
} // namespace

Powered by Google App Engine
This is Rietveld 408576698