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

Unified Diff: chrome/browser/extensions/api/autotest_private/autotest_private_api.cc

Issue 12825014: Cleanup a few probably-incorrect OS_<random> uses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: retract the un-reviewed changes. Created 7 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/autotest_private/autotest_private_api.cc
diff --git a/chrome/browser/extensions/api/autotest_private/autotest_private_api.cc b/chrome/browser/extensions/api/autotest_private/autotest_private_api.cc
index 1e618d30bdf369400778cd1ab6382f21b7673e96..e6bb9cd02cfcca97c4292e33684286a8a32527b6 100644
--- a/chrome/browser/extensions/api/autotest_private/autotest_private_api.cc
+++ b/chrome/browser/extensions/api/autotest_private/autotest_private_api.cc
@@ -38,7 +38,7 @@ bool AutotestPrivateShutdownFunction::RunImpl() {
DVLOG(1) << "AutotestPrivateShutdownFunction " << params->force;
-#if defined(OS_CHROME)
+#if defined(OS_CHROMEOS)
if (params->force) {
if (!AutotestPrivateAPIFactory::GetForProfile(profile())->test_mode())
chrome::ExitCleanly();
« 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