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

Unified Diff: docs/browser_view_resizer.md

Issue 2545363002: Use HTTPS links for Google domains in docs (Closed)
Patch Set: Modify two more files in subdirectories Created 4 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 | « docs/android_test_instructions.md ('k') | docs/chromium_browser_vs_google_chrome.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/browser_view_resizer.md
diff --git a/docs/browser_view_resizer.md b/docs/browser_view_resizer.md
index 5c34df7089277b8e47d6cd5087f2b76ed2b5c7c7..0a8140e9668480a4890ca7a96f680dc96835bfb7 100644
--- a/docs/browser_view_resizer.md
+++ b/docs/browser_view_resizer.md
@@ -76,7 +76,7 @@ dynamic bottom view) in two different and distinct ways.
For the cases where there is a dynamic view at the bottom of the browser view, a
new view class (named `BrowserResizerView`) inheriting from
-[views::View](http://src.chromium.org/svn/trunk/src/chrome/views/view.h) is used
+[views::View](https://src.chromium.org/svn/trunk/src/chrome/views/view.h) is used
to display the resize widget. It is set as a child of the dynamic view laid at
the bottom of the browser view. The Browser view takes care of properly setting
the bounds of the resize widget view, based on the language direction.
@@ -111,7 +111,7 @@ resize widget area.
## Implementation
You can find the changes made to make this work in patch
-[16488](http://codereview.chromium.org/16488).
+[16488](https://codereview.chromium.org/16488).
## Alternatives Considered
« no previous file with comments | « docs/android_test_instructions.md ('k') | docs/chromium_browser_vs_google_chrome.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698