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

Unified Diff: chrome/browser/password_manager/native_backend_gnome_x.h

Issue 2953006: Linux: access GNOME Keyring on the GLib main thread, rather than the DB thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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 | chrome/browser/password_manager/native_backend_gnome_x.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/native_backend_gnome_x.h
===================================================================
--- chrome/browser/password_manager/native_backend_gnome_x.h (revision 52689)
+++ chrome/browser/password_manager/native_backend_gnome_x.h (working copy)
@@ -5,10 +5,6 @@
#ifndef CHROME_BROWSER_PASSWORD_MANAGER_NATIVE_BACKEND_GNOME_X_H_
#define CHROME_BROWSER_PASSWORD_MANAGER_NATIVE_BACKEND_GNOME_X_H_
-extern "C" {
-#include <gnome-keyring.h>
-}
-
#include <vector>
#include "base/basictypes.h"
@@ -49,13 +45,6 @@
// Helper for GetLoginsCreatedBetween().
bool GetAllLogins(PasswordFormList* forms);
- // Parse all the results from the given GList into a PasswordFormList, and
- // free the GList. PasswordForms are allocated on the heap, and should be
- // deleted by the consumer.
- void ConvertFormList(GList* found, PasswordFormList* forms);
-
- static const GnomeKeyringPasswordSchema kGnomeSchema;
-
DISALLOW_COPY_AND_ASSIGN(NativeBackendGnome);
};
« no previous file with comments | « no previous file | chrome/browser/password_manager/native_backend_gnome_x.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698