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

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

Issue 65012: Move skia to DEPS, and put it in third_party. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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/security_filter_peer.cc ('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.
11 11
12 #include <string> 12 #include <string>
13 13
14 #include "base/basictypes.h" 14 #include "base/basictypes.h"
15 #include "base/file_path.h" 15 #include "base/file_path.h"
16 #include "base/logging.h" 16 #include "base/logging.h"
17 #include "base/ref_counted.h" 17 #include "base/ref_counted.h"
18 #include "base/string16.h" 18 #include "base/string16.h"
19 #include "base/gfx/native_widget_types.h" 19 #include "base/gfx/native_widget_types.h"
20 #include "chrome/browser/cancelable_request.h" 20 #include "chrome/browser/cancelable_request.h"
21 #include "chrome/browser/dom_ui/html_dialog_ui.h" 21 #include "chrome/browser/dom_ui/html_dialog_ui.h"
22 #include "chrome/browser/tab_contents/navigation_entry.h" 22 #include "chrome/browser/tab_contents/navigation_entry.h"
23 #include "googleurl/src/gurl.h" 23 #include "googleurl/src/gurl.h"
24 #include "skia/include/SkBitmap.h" 24 #include "third_party/skia/include/core/SkBitmap.h"
25 25
26 class BookmarkContextMenu; 26 class BookmarkContextMenu;
27 class BookmarkNode; 27 class BookmarkNode;
28 class Browser; 28 class Browser;
29 class CommandLine; 29 class CommandLine;
30 class DownloadItem; 30 class DownloadItem;
31 class MessageLoop; 31 class MessageLoop;
32 class NavigationController; 32 class NavigationController;
33 class ProcessSingleton; 33 class ProcessSingleton;
34 class Profile; 34 class Profile;
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 NOTIMPLEMENTED(); 501 NOTIMPLEMENTED();
502 } 502 }
503 virtual ~HWNDHtmlView() {} 503 virtual ~HWNDHtmlView() {}
504 504
505 RenderViewHost* render_view_host() { NOTIMPLEMENTED(); return NULL; } 505 RenderViewHost* render_view_host() { NOTIMPLEMENTED(); return NULL; }
506 SiteInstance* site_instance() { NOTIMPLEMENTED(); return NULL; } 506 SiteInstance* site_instance() { NOTIMPLEMENTED(); return NULL; }
507 }; 507 };
508 508
509 509
510 #endif // CHROME_COMMON_TEMP_SCAFFOLDING_STUBS_H_ 510 #endif // CHROME_COMMON_TEMP_SCAFFOLDING_STUBS_H_
OLDNEW
« no previous file with comments | « chrome/common/security_filter_peer.cc ('k') | chrome/renderer/render_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698