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

Side by Side Diff: content/browser/frame_host/render_frame_host_impl.h

Issue 2832313002: Exclude files from FileSelectChooser if they can't convert to WebStrings. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | content/browser/frame_host/render_frame_host_manager_browsertest.cc » ('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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 CONTENT_BROWSER_FRAME_HOST_RENDER_FRAME_HOST_IMPL_H_ 5 #ifndef CONTENT_BROWSER_FRAME_HOST_RENDER_FRAME_HOST_IMPL_H_
6 #define CONTENT_BROWSER_FRAME_HOST_RENDER_FRAME_HOST_IMPL_H_ 6 #define CONTENT_BROWSER_FRAME_HOST_RENDER_FRAME_HOST_IMPL_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 int32_t widget_routing_id, 651 int32_t widget_routing_id,
652 bool hidden, 652 bool hidden,
653 bool renderer_initiated_creation); 653 bool renderer_initiated_creation);
654 654
655 private: 655 private:
656 friend class TestRenderFrameHost; 656 friend class TestRenderFrameHost;
657 friend class TestRenderViewHost; 657 friend class TestRenderViewHost;
658 658
659 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest, 659 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest,
660 CreateRenderViewAfterProcessKillAndClosedProxy); 660 CreateRenderViewAfterProcessKillAndClosedProxy);
661 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest, DontSelectInvalidFiles);
661 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest, 662 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest,
662 RestoreFileAccessForHistoryNavigation); 663 RestoreFileAccessForHistoryNavigation);
663 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest, 664 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest,
664 RestoreSubframeFileAccessForHistoryNavigation); 665 RestoreSubframeFileAccessForHistoryNavigation);
665 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest, 666 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest,
666 RenderViewInitAfterNewProxyAndProcessKill); 667 RenderViewInitAfterNewProxyAndProcessKill);
667 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest, 668 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest,
668 UnloadPushStateOnCrossProcessNavigation); 669 UnloadPushStateOnCrossProcessNavigation);
669 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest, 670 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest,
670 WebUIJavascriptDisallowedAfterSwapOut); 671 WebUIJavascriptDisallowedAfterSwapOut);
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
1177 1178
1178 // NOTE: This must be the last member. 1179 // NOTE: This must be the last member.
1179 base::WeakPtrFactory<RenderFrameHostImpl> weak_ptr_factory_; 1180 base::WeakPtrFactory<RenderFrameHostImpl> weak_ptr_factory_;
1180 1181
1181 DISALLOW_COPY_AND_ASSIGN(RenderFrameHostImpl); 1182 DISALLOW_COPY_AND_ASSIGN(RenderFrameHostImpl);
1182 }; 1183 };
1183 1184
1184 } // namespace content 1185 } // namespace content
1185 1186
1186 #endif // CONTENT_BROWSER_FRAME_HOST_RENDER_FRAME_HOST_IMPL_H_ 1187 #endif // CONTENT_BROWSER_FRAME_HOST_RENDER_FRAME_HOST_IMPL_H_
OLDNEW
« no previous file with comments | « no previous file | content/browser/frame_host/render_frame_host_manager_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698