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

Unified Diff: chrome/browser/ui/views/frame/browser_view.cc

Issue 9854043: Fix some grammar in chrome/browser/ui/views/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/ui/views/frame/browser_view.h ('k') | chrome/browser/ui/views/frame/browser_view_layout.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/browser_view.cc
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index 640babf3dcede1cacfa9c64bf57def02d39e3f1d..46e5a3355d68927293df8ab914c7f5bf5bf7ad62 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -811,7 +811,7 @@ void BrowserView::EnterFullscreen(
#if defined(OS_WIN) || defined(USE_AURA)
ProcessFullscreen(true, url, bubble_type);
#else
- // On Linux/gtk changing fullscreen is async. Ask the window to change it's
+ // On Linux/gtk changing fullscreen is async. Ask the window to change its
// fullscreen state, and when done invoke ProcessFullscreen.
fullscreen_request_.pending = true;
fullscreen_request_.url = url;
@@ -828,7 +828,7 @@ void BrowserView::ExitFullscreen() {
ProcessFullscreen(false, GURL(), FEB_TYPE_NONE);
#else
fullscreen_request_.pending = false;
- // On Linux changing fullscreen is async. Ask the window to change it's
+ // On Linux changing fullscreen is async. Ask the window to change its
// fullscreen state, and when done invoke ProcessFullscreen.
frame_->SetFullscreen(false);
#endif
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.h ('k') | chrome/browser/ui/views/frame/browser_view_layout.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698