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

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

Issue 10910232: SearchViewController needs more tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Deflakify Created 8 years, 3 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/views/frame/contents_container.h
diff --git a/chrome/browser/ui/views/frame/contents_container.h b/chrome/browser/ui/views/frame/contents_container.h
index 3227688ad56d91f6b0f1df7737597a026d066252..61a59a39ddc53da592087afbcfe6290dc4f31f4e 100644
--- a/chrome/browser/ui/views/frame/contents_container.h
+++ b/chrome/browser/ui/views/frame/contents_container.h
@@ -44,7 +44,7 @@ class ContentsContainer : public views::View {
// Sets the preview view. This does not delete the old.
void SetPreview(views::WebView* preview,
content::WebContents* preview_web_contents);
-
+ views::WebView* preview() { return preview_; }
content::WebContents* preview_web_contents() const {
return preview_web_contents_;
}

Powered by Google App Engine
This is Rietveld 408576698