diff options
author | sreeram@chromium.org <sreeram@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-04 21:11:54 +0000 |
---|---|---|
committer | sreeram@chromium.org <sreeram@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-04 21:11:54 +0000 |
commit | ddd28ae31cb3fbfc2a06fc0b9469e27712645434 (patch) | |
tree | 28524d12a502f0799bded6587edec2077a72e3be /chrome/chrome_nibs.gyp | |
parent | ac2e4c38089d2bcc430bebc6da9eb40d9b8e985e (diff) | |
download | chromium_src-ddd28ae31cb3fbfc2a06fc0b9469e27712645434.zip chromium_src-ddd28ae31cb3fbfc2a06fc0b9469e27712645434.tar.gz chromium_src-ddd28ae31cb3fbfc2a06fc0b9469e27712645434.tar.bz2 |
Instant: Rename 'preview' to 'overlay'
This CL has only cosmetic changes. It's in service of a larger refactor.
Also:
+ Renames InstantModel* to InstantOverlayModel* to make it clear that
the model is meant only for the overlay, and not committed tabs that
Instant works with.
BUG=none
R=sky@chromium.org
TEST=none
Review URL: https://chromiumcodereview.appspot.com/12381078
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185971 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_nibs.gyp')
-rw-r--r-- | chrome/chrome_nibs.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_nibs.gyp b/chrome/chrome_nibs.gyp index 3879c90..909458f 100644 --- a/chrome/chrome_nibs.gyp +++ b/chrome/chrome_nibs.gyp @@ -221,8 +221,8 @@ 'browser/ui/cocoa/styled_text_field.mm', 'browser/ui/cocoa/styled_text_field_cell.h', 'browser/ui/cocoa/styled_text_field_cell.mm', - 'browser/ui/cocoa/tab_contents/previewable_contents_controller.h', - 'browser/ui/cocoa/tab_contents/previewable_contents_controller.mm', + 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.h', + 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm', 'browser/ui/cocoa/tab_contents/sad_tab_controller.h', 'browser/ui/cocoa/tab_contents/sad_tab_controller.mm', 'browser/ui/cocoa/tab_contents/sad_tab_view.h', |