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

Unified Diff: chrome/chrome_nibs.gyp

Issue 12386019: Instant: Use only one hidden WebContents per profile. (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/chrome_nibs.gyp
diff --git a/chrome/chrome_nibs.gyp b/chrome/chrome_nibs.gyp
index 3879c90b8e848881ceca072f1d3f311862178280..909458ff9bec896ec0ad5ce45e6ec8e4961f15ff 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',

Powered by Google App Engine
This is Rietveld 408576698