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

Unified Diff: session_manager_service.h

Issue 6793055: [login_manager] Allow new owner keys to be pushed with StorePolicy (Closed) Base URL: http://git.chromium.org/git/login_manager.git@master
Patch Set: remove some debugging code Created 9 years, 9 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 | « owner_key_unittest.cc ('k') | session_manager_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: session_manager_service.h
diff --git a/session_manager_service.h b/session_manager_service.h
index 6f66098c56f317893a7786507879a03d87ece01c..6f4fba4e721801c4cc8c7cf501d2dc62b5f311ef 100644
--- a/session_manager_service.h
+++ b/session_manager_service.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009-2010 The Chromium OS Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -379,6 +379,11 @@ class SessionManagerService
ChromeOSLoginError code,
const char* message);
+ // Initializes |error| with |code| and |message|.
+ static void SetAndSendGError(ChromeOSLoginError code,
+ DBusGMethodInvocation* context,
+ const char* message);
+
// Setup any necessary signal handlers.
void SetupHandlers();
« no previous file with comments | « owner_key_unittest.cc ('k') | session_manager_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698