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

Unified Diff: chrome/browser/ui/views/cookie_info_view.h

Issue 516943003: Add textfield internal padding from FocusableBorder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restore Insets const ref. Created 6 years, 3 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/cookie_info_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/cookie_info_view.h
diff --git a/chrome/browser/ui/views/cookie_info_view.h b/chrome/browser/ui/views/cookie_info_view.h
index 0fd90a9d8a9ea9e5545c180038de69650b015a24..119509093a701d793db7f88e43336aa02ee51203 100644
--- a/chrome/browser/ui/views/cookie_info_view.h
+++ b/chrome/browser/ui/views/cookie_info_view.h
@@ -53,8 +53,10 @@ class CookieInfoView : public views::View {
private:
// Layout helper routines.
- void AddLabelRow(int layout_id, views::GridLayout* layout,
- views::Label* label, views::Textfield* value);
+ void AddLabelRow(int layout_id,
+ views::GridLayout* layout,
+ views::Label* label,
+ views::Textfield* textfield);
// Sets up the view layout.
void Init();
« no previous file with comments | « no previous file | chrome/browser/ui/views/cookie_info_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698