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

Side by Side Diff: public/web/WebFrameClient.h

Issue 1228873002: doesnt link in component build (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 | « public/platform/modules/permissions/WebPermissionClient.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2011, 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2011, 2012 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 enum class WebTreeScopeType; 58 enum class WebTreeScopeType;
59 class WebApplicationCacheHost; 59 class WebApplicationCacheHost;
60 class WebApplicationCacheHostClient; 60 class WebApplicationCacheHostClient;
61 class WebAppBannerClient; 61 class WebAppBannerClient;
62 class WebCachedURLRequest; 62 class WebCachedURLRequest;
63 class WebColorChooser; 63 class WebColorChooser;
64 class WebColorChooserClient; 64 class WebColorChooserClient;
65 class WebContentDecryptionModule; 65 class WebContentDecryptionModule;
66 class WebCookieJar; 66 class WebCookieJar;
67 class WebDataSource; 67 class WebDataSource;
68 class WebDurableStorageDispatcher;
68 class WebEncryptedMediaClient; 69 class WebEncryptedMediaClient;
69 class WebExternalPopupMenu; 70 class WebExternalPopupMenu;
70 class WebExternalPopupMenuClient; 71 class WebExternalPopupMenuClient;
71 class WebFormElement; 72 class WebFormElement;
72 class WebGeolocationClient; 73 class WebGeolocationClient;
73 class WebMediaPlayer; 74 class WebMediaPlayer;
74 class WebMediaPlayerClient; 75 class WebMediaPlayerClient;
75 class WebMIDIClient; 76 class WebMIDIClient;
76 class WebNotificationPermissionCallback; 77 class WebNotificationPermissionCallback;
77 class WebPermissionClient; 78 class WebPermissionClient;
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 virtual WebPermissionClient* permissionClient() { return 0; } 640 virtual WebPermissionClient* permissionClient() { return 0; }
640 641
641 // Virtual Reality ----------------------------------------------------- 642 // Virtual Reality -----------------------------------------------------
642 643
643 // Access the embedder API for virtual reality client. 644 // Access the embedder API for virtual reality client.
644 virtual WebVRClient* webVRClient() { return 0; } 645 virtual WebVRClient* webVRClient() { return 0; }
645 646
646 // App Banners --------------------------------------------------------- 647 // App Banners ---------------------------------------------------------
647 virtual WebAppBannerClient* appBannerClient() { return 0; } 648 virtual WebAppBannerClient* appBannerClient() { return 0; }
648 649
650 virtual WebDurableStorageDispatcher* durableStorageDispatcher() { return 0; }
651
649 protected: 652 protected:
650 virtual ~WebFrameClient() { } 653 virtual ~WebFrameClient() { }
651 }; 654 };
652 655
653 } // namespace blink 656 } // namespace blink
654 657
655 #endif 658 #endif
OLDNEW
« no previous file with comments | « public/platform/modules/permissions/WebPermissionClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698