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

Unified Diff: chrome/browser/autofill/autofill_keystone_observer_mac_delegate.h

Issue 334653006: mac: Prevent Address Book permissions dialog from erroneously appearing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add metrics. Note the addition of histograms.xml Created 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/autofill/autofill_keystone_observer_mac_delegate.h
diff --git a/chrome/browser/autofill/autofill_keystone_observer_mac_delegate.h b/chrome/browser/autofill/autofill_keystone_observer_mac_delegate.h
new file mode 100644
index 0000000000000000000000000000000000000000..477a985b41751bbc91d41c3464c3a9baaf8f6baf
--- /dev/null
+++ b/chrome/browser/autofill/autofill_keystone_observer_mac_delegate.h
@@ -0,0 +1,22 @@
+// Copyright 2014 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.
+
+#ifndef CHROME_BROWSER_AUTOFILL_AUTOFILL_KEYSTONE_OBSERVER_MAC_DELEGATE_H_
+#define CHROME_BROWSER_AUTOFILL_AUTOFILL_KEYSTONE_OBSERVER_MAC_DELEGATE_H_
+
+#include "chrome/browser/mac/keystone_glue.h"
+
+namespace autofill {
+
+// Defines an interface that the AutofillKeystoneObserverMac's delegate must
+// implement.
+class AutofillKeystoneObserverMacDelegate {
+ public:
+ virtual void OnKeystoneNotification(
+ keystone_glue::AutoupdateStatus status) = 0;
+};
+
+} // namespace autofill
+
+#endif // CHROME_BROWSER_AUTOFILL_AUTOFILL_KEYSTONE_OBSERVER_MAC_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698