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

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

Issue 6621076: [Mac] Remove native/Cocoa preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase switch removal 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 | « chrome/browser/autofill/autofill_dialog_mac.mm ('k') | chrome/browser/autofill/autofill_text_field_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/autofill_text_field_mac.h
diff --git a/chrome/browser/autofill/autofill_text_field_mac.h b/chrome/browser/autofill/autofill_text_field_mac.h
deleted file mode 100644
index 385c59f520dc2558c46f279390143b405123f82d..0000000000000000000000000000000000000000
--- a/chrome/browser/autofill/autofill_text_field_mac.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright (c) 2010 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_TEXT_FIELD_MAC_
-#define CHROME_BROWSER_AUTOFILL_AUTOFILL_TEXT_FIELD_MAC_
-#pragma once
-
-#import <Cocoa/Cocoa.h>
-
-#import "base/scoped_nsobject.h"
-
-// Subclass of NSTextField with special abilities:
-// - automatically scrolls containing NSScrollView to visually reveal itself
-// on focus
-// - properly obfuscates credit card numbers
-
-@interface AutoFillTextField : NSTextField {
- BOOL isCreditCardField_;
- BOOL isObfuscated_;
- BOOL isBeingSelected_;
-
- scoped_nsobject<NSString> obfuscatedValue_;
-}
-@end
-
-#endif // CHROME_BROWSER_AUTOFILL_AUTOFILL_TEXT_FIELD_MAC_
« no previous file with comments | « chrome/browser/autofill/autofill_dialog_mac.mm ('k') | chrome/browser/autofill/autofill_text_field_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698