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

Unified Diff: chrome/browser/ui/views/location_bar/page_info_helper.h

Issue 104003005: [OriginChip] Always show the page info bubble when clicked. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « no previous file | chrome/browser/ui/views/location_bar/page_info_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/location_bar/page_info_helper.h
diff --git a/chrome/browser/ui/views/location_bar/page_info_helper.h b/chrome/browser/ui/views/location_bar/page_info_helper.h
index cf87577b9ec73d602ca259eb2c886d82e1f31b93..6a2bbdcc68d8ef11dedb11fdd1931c1b42b03beb 100644
--- a/chrome/browser/ui/views/location_bar/page_info_helper.h
+++ b/chrome/browser/ui/views/location_bar/page_info_helper.h
@@ -18,7 +18,7 @@ class View;
}
// This helper class is kept as a member by classes that need to show the Page
-// Info dialog on click, to encapsulate that logic in one place.
+// Info bubble on click, to encapsulate that logic in one place.
class PageInfoHelper {
public:
PageInfoHelper(const views::View* owner, LocationBarView* location_bar);
« no previous file with comments | « no previous file | chrome/browser/ui/views/location_bar/page_info_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698