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

Unified Diff: chrome/browser/ui/views/website_settings/website_settings_popup_view.h

Issue 2692773002: [merge-m57] Ensure the line on the origin info bubble extends the full width of the bubble. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | chrome/browser/ui/views/website_settings/website_settings_popup_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/website_settings/website_settings_popup_view.h
diff --git a/chrome/browser/ui/views/website_settings/website_settings_popup_view.h b/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
index 78f4c76a7fce33095647060f4d1933762de86f4d..0a5e46107c9a778bc15accbc0720e9582e73021a 100644
--- a/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
+++ b/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
@@ -135,7 +135,7 @@ class WebsiteSettingsPopupView : public content::WebContentsObserver,
// Creates the contents of the |site_settings_view_|. The ownership of the
// returned view is transferred to the caller.
- views::View* CreateSiteSettingsView() WARN_UNUSED_RESULT;
+ views::View* CreateSiteSettingsView(int side_margin) WARN_UNUSED_RESULT;
// Used to asynchronously handle clicks since these calls may cause the
// destruction of the settings view and the base class window still needs to
« no previous file with comments | « no previous file | chrome/browser/ui/views/website_settings/website_settings_popup_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698