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

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: copyright header date fix 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
« no previous file with comments | « content/browser/geolocation/empty_device_data_provider.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..40c5bcfd8ea35f9f477a25d0cefa0ae85f79ed16 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) 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
+
« no previous file with comments | « content/browser/geolocation/empty_device_data_provider.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698