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

Unified Diff: chrome/browser/ui/gtk/browser_window_gtk.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
Index: chrome/browser/ui/gtk/browser_window_gtk.h
diff --git a/chrome/browser/ui/gtk/browser_window_gtk.h b/chrome/browser/ui/gtk/browser_window_gtk.h
index d227e2380a81d7818e88e53600d2b533b3dad332..494b57369c3b0bafe2a1c8243ecc162c38240a4b 100644
--- a/chrome/browser/ui/gtk/browser_window_gtk.h
+++ b/chrome/browser/ui/gtk/browser_window_gtk.h
@@ -38,7 +38,7 @@ class FindBarGtk;
class FullscreenExitBubbleGtk;
class GlobalMenuBar;
class InfoBarContainerGtk;
-class InstantPreviewControllerGtk;
+class InstantOverlayControllerGtk;
class LocationBar;
class PrefRegistrySyncable;
class StatusBubbleGtk;
@@ -509,8 +509,8 @@ class BrowserWindowGtk
// selected tab contents.
scoped_ptr<TabContentsContainerGtk> devtools_container_;
- // A sub-controller that manages the Instant preview visual state.
- scoped_ptr<InstantPreviewControllerGtk> instant_preview_controller_;
+ // A sub-controller that manages the Instant overlay visual state.
+ scoped_ptr<InstantOverlayControllerGtk> instant_overlay_controller_;
// The Extension Keybinding Registry responsible for registering listeners for
// accelerators that are sent to the window, that are destined to be turned

Powered by Google App Engine
This is Rietveld 408576698