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

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

Issue 46078: Mac bookmark work. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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/chrome.gyp ('k') | chrome/test/testing_profile.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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 SHOW_TREE, 369 SHOW_TREE,
370 NO_TREE 370 NO_TREE
371 }; 371 };
372 static void Show(gfx::NativeWindow parent_window, Profile* profile, 372 static void Show(gfx::NativeWindow parent_window, Profile* profile,
373 BookmarkNode* parent, BookmarkNode* node, 373 BookmarkNode* parent, BookmarkNode* node,
374 Configuration configuration, Handler* handler) { 374 Configuration configuration, Handler* handler) {
375 NOTIMPLEMENTED(); 375 NOTIMPLEMENTED();
376 } 376 }
377 }; 377 };
378 378
379 class BookmarkBarView {
380 public:
381 static void ToggleWhenVisible(Profile* profile) { NOTIMPLEMENTED(); }
382 };
383
384 //--------------------------------------------------------------------------- 379 //---------------------------------------------------------------------------
385 // These stubs are for Browser 380 // These stubs are for Browser
386 381
387 namespace download_util { 382 namespace download_util {
388 void DragDownload(const DownloadItem* download, SkBitmap* icon); 383 void DragDownload(const DownloadItem* download, SkBitmap* icon);
389 } // namespace download_util 384 } // namespace download_util
390 385
391 class IconLoader { 386 class IconLoader {
392 public: 387 public:
393 enum IconSize { 388 enum IconSize {
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 NOTIMPLEMENTED(); 643 NOTIMPLEMENTED();
649 } 644 }
650 virtual ~HWNDHtmlView() {} 645 virtual ~HWNDHtmlView() {}
651 646
652 RenderViewHost* render_view_host() { NOTIMPLEMENTED(); return NULL; } 647 RenderViewHost* render_view_host() { NOTIMPLEMENTED(); return NULL; }
653 void InitHidden() { NOTIMPLEMENTED(); } 648 void InitHidden() { NOTIMPLEMENTED(); }
654 void set_preferred_size(const gfx::Size& size) { NOTIMPLEMENTED(); } 649 void set_preferred_size(const gfx::Size& size) { NOTIMPLEMENTED(); }
655 }; 650 };
656 651
657 #endif // CHROME_COMMON_TEMP_SCAFFOLDING_STUBS_H_ 652 #endif // CHROME_COMMON_TEMP_SCAFFOLDING_STUBS_H_
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/test/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698