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

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

Issue 12387089: Instant: Rename 'preview' to 'overlay' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « chrome/browser/ui/gtk/tab_contents_container_gtk.cc ('k') | chrome/browser/ui/views/frame/browser_view.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.h
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
index dedbba1beb985c239fc309cd6f1da1e31da9833f..c09214f77367af82c5f5cbad73069dd29354a0e0 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -47,7 +47,7 @@ class DownloadShelfView;
class FullscreenExitBubbleViews;
class ImmersiveModeController;
class InfoBarContainerView;
-class InstantPreviewControllerViews;
+class InstantOverlayControllerViews;
class LocationBarView;
class StatusBubbleViews;
class SearchViewController;
@@ -619,7 +619,7 @@ class BrowserView : public BrowserWindow,
// | | Page content (contents_) | |
// | | +------------------------------------------------------+ | |
// | | | contents_container_ and/or | | |
- // | | | preview_controller_->preview_container_ | | |
+ // | | | overlay_controller_->overlay_container_ | | |
// | | | | | |
// | | | | | |
// | | +------------------------------------------------------+ | |
@@ -638,7 +638,7 @@ class BrowserView : public BrowserWindow,
// [2] The bookmark bar and info bar are swapped when on the new tab page.
// Additionally contents_ is positioned on top of the bookmark bar when
// the bookmark bar is detached. This is done to allow the
- // preview_controller_->preview_container_ to appear over the bookmark
+ // overlay_controller_->overlay_container_ to appear over the bookmark
// bar.
// Tool/Info bars that we are currently showing. Used for layout.
@@ -673,7 +673,7 @@ class BrowserView : public BrowserWindow,
views::WebView* devtools_container_;
// The view managing both the contents_container_ and
- // preview_controller_->preview_container_.
+ // overlay_controller_->overlay_container_.
ContentsContainer* contents_;
// Split view containing the contents container and devtools container.
@@ -752,7 +752,7 @@ class BrowserView : public BrowserWindow,
gfx::ScopedSysColorChangeListener color_change_listener_;
- scoped_ptr<InstantPreviewControllerViews> preview_controller_;
+ scoped_ptr<InstantOverlayControllerViews> overlay_controller_;
mutable base::WeakPtrFactory<BrowserView> activate_modal_dialog_factory_;
« no previous file with comments | « chrome/browser/ui/gtk/tab_contents_container_gtk.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698