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

Side by Side Diff: chrome/common/temp_scaffolding_stubs.h

Issue 56122: Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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
« no previous file with comments | « chrome/common/render_messages_internal.h ('k') | chrome/renderer/render_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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 #ifndef CHROME_COMMON_TEMP_SCAFFOLDING_STUBS_H_ 5 #ifndef CHROME_COMMON_TEMP_SCAFFOLDING_STUBS_H_
6 #define CHROME_COMMON_TEMP_SCAFFOLDING_STUBS_H_ 6 #define CHROME_COMMON_TEMP_SCAFFOLDING_STUBS_H_
7 7
8 // This file provides declarations and stub definitions for classes we encouter 8 // This file provides declarations and stub definitions for classes we encouter
9 // during the porting effort. It is not meant to be permanent, and classes will 9 // during the porting effort. It is not meant to be permanent, and classes will
10 // be removed from here as they are fleshed out more completely. 10 // be removed from here as they are fleshed out more completely.
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 public: 632 public:
633 HWNDHtmlView(const GURL& content_url, RenderViewHostDelegate* delegate, 633 HWNDHtmlView(const GURL& content_url, RenderViewHostDelegate* delegate,
634 bool allow_dom_ui_bindings) { 634 bool allow_dom_ui_bindings) {
635 NOTIMPLEMENTED(); 635 NOTIMPLEMENTED();
636 } 636 }
637 virtual ~HWNDHtmlView() {} 637 virtual ~HWNDHtmlView() {}
638 638
639 RenderViewHost* render_view_host() { NOTIMPLEMENTED(); return NULL; } 639 RenderViewHost* render_view_host() { NOTIMPLEMENTED(); return NULL; }
640 void InitHidden() { NOTIMPLEMENTED(); } 640 void InitHidden() { NOTIMPLEMENTED(); }
641 void set_preferred_size(const gfx::Size& size) { NOTIMPLEMENTED(); } 641 void set_preferred_size(const gfx::Size& size) { NOTIMPLEMENTED(); }
642 virtual void SetVisible(bool flag) { NOTIMPLEMENTED(); }
643 void SizeToPreferredSize() { NOTIMPLEMENTED(); }
644 HWNDHtmlView* GetParent() const { NOTIMPLEMENTED(); return NULL; }
645 void Layout() { NOTIMPLEMENTED(); }
646 void SchedulePaint() { NOTIMPLEMENTED(); }
642 }; 647 };
643 648
644 #endif // CHROME_COMMON_TEMP_SCAFFOLDING_STUBS_H_ 649 #endif // CHROME_COMMON_TEMP_SCAFFOLDING_STUBS_H_
OLDNEW
« no previous file with comments | « chrome/common/render_messages_internal.h ('k') | chrome/renderer/render_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698