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

Side by Side Diff: components/os_crypt/kwallet_dbus.h

Issue 2086123003: Move KWalletDBus util from the Password Manager to OSCrypt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 unified diff | Download patch
« no previous file with comments | « components/os_crypt/DEPS ('k') | components/os_crypt/kwallet_dbus.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_PASSWORD_MANAGER_KWALLET_DBUS_H_ 5 #ifndef COMPONENTS_OS_CRYPT_KWALLET_DBUS_H_
6 #define CHROME_BROWSER_PASSWORD_MANAGER_KWALLET_DBUS_H_ 6 #define COMPONENTS_OS_CRYPT_KWALLET_DBUS_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "base/memory/ref_counted.h" 12 #include "base/memory/ref_counted.h"
13 #include "base/nix/xdg_util.h" 13 #include "base/nix/xdg_util.h"
14 14
15 namespace dbus { 15 namespace dbus {
16 class Bus; 16 class Bus;
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 // KWallet DBus name. 111 // KWallet DBus name.
112 std::string dbus_service_name_; 112 std::string dbus_service_name_;
113 // DBus path to KWallet interfaces. 113 // DBus path to KWallet interfaces.
114 std::string dbus_path_; 114 std::string dbus_path_;
115 // The name used for logging and by klauncher when starting KWallet. 115 // The name used for logging and by klauncher when starting KWallet.
116 std::string kwalletd_name_; 116 std::string kwalletd_name_;
117 117
118 DISALLOW_COPY_AND_ASSIGN(KWalletDBus); 118 DISALLOW_COPY_AND_ASSIGN(KWalletDBus);
119 }; 119 };
120 120
121 #endif // CHROME_BROWSER_PASSWORD_MANAGER_KWALLET_DBUS_H_ 121 #endif // COMPONENTS_OS_CRYPT_KWALLET_DBUS_H_
OLDNEW
« no previous file with comments | « components/os_crypt/DEPS ('k') | components/os_crypt/kwallet_dbus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698