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

Side by Side Diff: chrome/browser/ui/views/location_bar/location_bar_view.h

Issue 135813002: Revert of Merge NativeTextfieldViews into views::Textfield. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_UI_VIEWS_LOCATION_BAR_LOCATION_BAR_VIEW_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_LOCATION_BAR_VIEW_H_
6 #define CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_LOCATION_BAR_VIEW_H_ 6 #define CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_LOCATION_BAR_VIEW_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 class TranslateIconView; 52 class TranslateIconView;
53 class ZoomView; 53 class ZoomView;
54 54
55 namespace content { 55 namespace content {
56 struct SSLStatus; 56 struct SSLStatus;
57 } 57 }
58 58
59 namespace views { 59 namespace views {
60 class BubbleDelegateView; 60 class BubbleDelegateView;
61 class ImageButton; 61 class ImageButton;
62 class ImageView;
63 class Label; 62 class Label;
64 class LabelButton; 63 class LabelButton;
65 class Widget; 64 class Widget;
66 } 65 }
67 66
68 ///////////////////////////////////////////////////////////////////////////// 67 /////////////////////////////////////////////////////////////////////////////
69 // 68 //
70 // LocationBarView class 69 // LocationBarView class
71 // 70 //
72 // The LocationBarView class is a View subclass that paints the background 71 // The LocationBarView class is a View subclass that paints the background
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 // Used to register for notifications received by NotificationObserver. 524 // Used to register for notifications received by NotificationObserver.
526 content::NotificationRegistrar registrar_; 525 content::NotificationRegistrar registrar_;
527 526
528 // Used to bind callback functions to this object. 527 // Used to bind callback functions to this object.
529 base::WeakPtrFactory<LocationBarView> weak_ptr_factory_; 528 base::WeakPtrFactory<LocationBarView> weak_ptr_factory_;
530 529
531 DISALLOW_COPY_AND_ASSIGN(LocationBarView); 530 DISALLOW_COPY_AND_ASSIGN(LocationBarView);
532 }; 531 };
533 532
534 #endif // CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_LOCATION_BAR_VIEW_H_ 533 #endif // CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_LOCATION_BAR_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/find_bar_view.cc ('k') | chrome/browser/ui/views/location_bar/location_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698