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

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

Issue 2811533002: Exclude files from FileSelectChooser if they can't convert to WebStrings. (Closed)
Patch Set: Optimize 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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 int32_t widget_routing_id, 654 int32_t widget_routing_id,
655 bool hidden, 655 bool hidden,
656 bool renderer_initiated_creation); 656 bool renderer_initiated_creation);
657 657
658 private: 658 private:
659 friend class TestRenderFrameHost; 659 friend class TestRenderFrameHost;
660 friend class TestRenderViewHost; 660 friend class TestRenderViewHost;
661 661
662 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest, 662 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest,
663 CreateRenderViewAfterProcessKillAndClosedProxy); 663 CreateRenderViewAfterProcessKillAndClosedProxy);
664 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest, DontSelectInvalidFiles);
664 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest, 665 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest,
665 RestoreFileAccessForHistoryNavigation); 666 RestoreFileAccessForHistoryNavigation);
666 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest, 667 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest,
667 RestoreSubframeFileAccessForHistoryNavigation); 668 RestoreSubframeFileAccessForHistoryNavigation);
668 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest, 669 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest,
669 RenderViewInitAfterNewProxyAndProcessKill); 670 RenderViewInitAfterNewProxyAndProcessKill);
670 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest, 671 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest,
671 UnloadPushStateOnCrossProcessNavigation); 672 UnloadPushStateOnCrossProcessNavigation);
672 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest, 673 FRIEND_TEST_ALL_PREFIXES(RenderFrameHostManagerTest,
673 WebUIJavascriptDisallowedAfterSwapOut); 674 WebUIJavascriptDisallowedAfterSwapOut);
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
1186 1187
1187 // NOTE: This must be the last member. 1188 // NOTE: This must be the last member.
1188 base::WeakPtrFactory<RenderFrameHostImpl> weak_ptr_factory_; 1189 base::WeakPtrFactory<RenderFrameHostImpl> weak_ptr_factory_;
1189 1190
1190 DISALLOW_COPY_AND_ASSIGN(RenderFrameHostImpl); 1191 DISALLOW_COPY_AND_ASSIGN(RenderFrameHostImpl);
1191 }; 1192 };
1192 1193
1193 } // namespace content 1194 } // namespace content
1194 1195
1195 #endif // CONTENT_BROWSER_FRAME_HOST_RENDER_FRAME_HOST_IMPL_H_ 1196 #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