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

Unified Diff: chrome/browser/views/location_bar_view.h

Issue 165272: Add a first attempt at a compact location bar and a status bar. The status ba... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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/views/frame/status_area_view.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/location_bar_view.h
===================================================================
--- chrome/browser/views/location_bar_view.h (revision 22968)
+++ chrome/browser/views/location_bar_view.h (working copy)
@@ -238,8 +238,8 @@
class ShowFirstRunBubbleTask;
class LocationBarImageView : public views::ImageView,
- public InfoBubbleDelegate {
- public:
+ public InfoBubbleDelegate {
+ public:
LocationBarImageView();
virtual ~LocationBarImageView();
@@ -254,10 +254,10 @@
virtual void ShowInfoBubble() = 0;
- protected:
+ protected:
void ShowInfoBubbleImpl(const std::wstring& text, SkColor text_color);
- private:
+ private:
friend class ShowInfoBubbleTask;
// The currently shown info bubble if any.
@@ -319,7 +319,7 @@
// PageActionImageView is used to display the icon for a given PageAction
// and notify the extension when the icon is clicked.
class PageActionImageView : public LocationBarImageView {
- public:
+ public:
PageActionImageView(
LocationBarView* owner, Profile* profile,
const PageAction* page_action);
@@ -339,7 +339,7 @@
// A callback for when the image has loaded.
void OnImageLoaded(SkBitmap* image, size_t index);
- private:
+ private:
// We load the images for the PageActions on the file thread. These tasks
// help with that.
class LoadImageTask;
« no previous file with comments | « chrome/browser/views/frame/status_area_view.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698