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

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

Issue 256022: Loads local resources from current locale subtree if available, if not it fal... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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_VIEWS_LOCATION_BAR_VIEW_H_ 5 #ifndef CHROME_BROWSER_VIEWS_LOCATION_BAR_VIEW_H_
6 #define CHROME_BROWSER_VIEWS_LOCATION_BAR_VIEW_H_ 6 #define CHROME_BROWSER_VIEWS_LOCATION_BAR_VIEW_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "app/gfx/font.h" 11 #include "app/gfx/font.h"
12 #include "base/gfx/rect.h" 12 #include "base/gfx/rect.h"
13 #include "chrome/browser/autocomplete/autocomplete_edit.h" 13 #include "chrome/browser/autocomplete/autocomplete_edit.h"
14 #include "chrome/browser/image_loading_tracker.h" 14 #include "chrome/browser/extensions/image_loading_tracker.h"
15 #include "chrome/browser/location_bar.h" 15 #include "chrome/browser/location_bar.h"
16 #include "chrome/browser/tab_contents/tab_contents.h" 16 #include "chrome/browser/tab_contents/tab_contents.h"
17 #include "chrome/browser/toolbar_model.h" 17 #include "chrome/browser/toolbar_model.h"
18 #include "chrome/browser/views/info_bubble.h" 18 #include "chrome/browser/views/info_bubble.h"
19 #include "views/controls/image_view.h" 19 #include "views/controls/image_view.h"
20 #include "views/controls/label.h" 20 #include "views/controls/label.h"
21 #include "views/controls/native/native_view_host.h" 21 #include "views/controls/native/native_view_host.h"
22 #include "views/painter.h" 22 #include "views/painter.h"
23 23
24 #if defined(OS_WIN) 24 #if defined(OS_WIN)
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 // The positioner that places the omnibox and info bubbles. 528 // The positioner that places the omnibox and info bubbles.
529 const BubblePositioner* bubble_positioner_; 529 const BubblePositioner* bubble_positioner_;
530 530
531 // Storage of string needed for accessibility. 531 // Storage of string needed for accessibility.
532 std::wstring accessible_name_; 532 std::wstring accessible_name_;
533 533
534 DISALLOW_COPY_AND_ASSIGN(LocationBarView); 534 DISALLOW_COPY_AND_ASSIGN(LocationBarView);
535 }; 535 };
536 536
537 #endif // CHROME_BROWSER_VIEWS_LOCATION_BAR_VIEW_H_ 537 #endif // CHROME_BROWSER_VIEWS_LOCATION_BAR_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/views/browser_actions_container.cc ('k') | chrome/browser/views/location_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698