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

Unified Diff: content/browser/power_save_blocker_linux.cc

Issue 10784026: Merge 146819 - A small defect was introduced with the refactoring of this file. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 5 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: content/browser/power_save_blocker_linux.cc
===================================================================
--- content/browser/power_save_blocker_linux.cc (revision 146894)
+++ content/browser/power_save_blocker_linux.cc (working copy)
@@ -277,7 +277,7 @@
kFreeDesktopAPIServiceName,
dbus::ObjectPath(kFreeDesktopAPIObjectPath));
method_call.reset(
- new dbus::MethodCall(kFreeDesktopAPIInterfaceName, "Uninhibit"));
+ new dbus::MethodCall(kFreeDesktopAPIInterfaceName, "UnInhibit"));
break;
}
« 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