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

Unified Diff: content/browser/power_save_blocker_empty.cc

Issue 12385071: Make it possible to disable dbus on linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor fixup Created 7 years, 10 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: content/browser/power_save_blocker_empty.cc
diff --git a/content/browser/power_save_blocker_android.cc b/content/browser/power_save_blocker_empty.cc
similarity index 75%
copy from content/browser/power_save_blocker_android.cc
copy to content/browser/power_save_blocker_empty.cc
index c349fe5f9e174bdeb14ceddfe97943b549b79e2b..3c52d1c6725ea3abfc66d6115b0c414a582a00d3 100644
--- a/content/browser/power_save_blocker_android.cc
+++ b/content/browser/power_save_blocker_empty.cc
@@ -1,11 +1,9 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012-2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/browser/power_save_blocker_impl.h"
-#include "base/logging.h"
-
namespace content {
class PowerSaveBlockerImpl::Delegate
@@ -17,12 +15,10 @@ class PowerSaveBlockerImpl::Delegate
PowerSaveBlockerImpl::PowerSaveBlockerImpl(PowerSaveBlockerType type,
const std::string& reason) {
- // TODO(wangxianzhu): Implement it.
- // This may be called on any thread.
- NOTIMPLEMENTED();
}
PowerSaveBlockerImpl::~PowerSaveBlockerImpl() {
}
} // namespace content
+

Powered by Google App Engine
This is Rietveld 408576698