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

Side by Side Diff: content/test/test_tab_contents_view.cc

Issue 7915008: wstring: convert all SetPageTitle APIs to use string16 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/test/test_tab_contents_view.h" 5 #include "content/test/test_tab_contents_view.h"
6 6
7 TestTabContentsView::TestTabContentsView() { 7 TestTabContentsView::TestTabContentsView() {
8 } 8 }
9 9
10 TestTabContentsView::~TestTabContentsView() { 10 TestTabContentsView::~TestTabContentsView() {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 return gfx::NativeView(); 78 return gfx::NativeView();
79 } 79 }
80 80
81 gfx::NativeWindow TestTabContentsView::GetTopLevelNativeWindow() const { 81 gfx::NativeWindow TestTabContentsView::GetTopLevelNativeWindow() const {
82 return gfx::NativeWindow(); 82 return gfx::NativeWindow();
83 } 83 }
84 84
85 void TestTabContentsView::GetContainerBounds(gfx::Rect *out) const { 85 void TestTabContentsView::GetContainerBounds(gfx::Rect *out) const {
86 } 86 }
87 87
88 void TestTabContentsView::SetPageTitle(const std::wstring& title) { 88 void TestTabContentsView::SetPageTitle(const string16& title) {
89 } 89 }
90 90
91 void TestTabContentsView::OnTabCrashed(base::TerminationStatus status, 91 void TestTabContentsView::OnTabCrashed(base::TerminationStatus status,
92 int error_code) { 92 int error_code) {
93 } 93 }
94 94
95 void TestTabContentsView::SizeContents(const gfx::Size& size) { 95 void TestTabContentsView::SizeContents(const gfx::Size& size) {
96 } 96 }
97 97
98 void TestTabContentsView::RenderViewCreated(RenderViewHost* host) { 98 void TestTabContentsView::RenderViewCreated(RenderViewHost* host) {
(...skipping 20 matching lines...) Expand all
119 119
120 bool TestTabContentsView::IsEventTracking() const { 120 bool TestTabContentsView::IsEventTracking() const {
121 return false; 121 return false;
122 } 122 }
123 123
124 void TestTabContentsView::CloseTabAfterEventTracking() { 124 void TestTabContentsView::CloseTabAfterEventTracking() {
125 } 125 }
126 126
127 void TestTabContentsView::GetViewBounds(gfx::Rect* out) const { 127 void TestTabContentsView::GetViewBounds(gfx::Rect* out) const {
128 } 128 }
OLDNEW
« no previous file with comments | « content/test/test_tab_contents_view.h ('k') | webkit/tools/test_shell/mac/test_webview_delegate.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698