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

Side by Side Diff: content/renderer/render_view_impl.h

Issue 11270018: [autofill] Adding new API to request an interactive autocomplete UI flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: newest Created 8 years, 1 month 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_RENDERER_RENDER_VIEW_IMPL_H_ 5 #ifndef CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
6 #define CONTENT_RENDERER_RENDER_VIEW_IMPL_H_ 6 #define CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
7 7
8 #include <set> 8 #include <set>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 } 97 }
98 #endif 98 #endif
99 99
100 namespace WebKit { 100 namespace WebKit {
101 class WebApplicationCacheHost; 101 class WebApplicationCacheHost;
102 class WebApplicationCacheHostClient; 102 class WebApplicationCacheHostClient;
103 class WebCompositorOutputSurface; 103 class WebCompositorOutputSurface;
104 class WebDOMMessageEvent; 104 class WebDOMMessageEvent;
105 class WebDataSource; 105 class WebDataSource;
106 class WebDragData; 106 class WebDragData;
107 class WebFormElement;
Dan Beam 2012/10/27 03:29:23 just left this here as it was being transitively f
107 class WebGeolocationClient; 108 class WebGeolocationClient;
108 class WebGestureEvent; 109 class WebGestureEvent;
109 class WebIconURL; 110 class WebIconURL;
110 class WebImage; 111 class WebImage;
111 class WebPeerConnection00Handler; 112 class WebPeerConnection00Handler;
112 class WebPeerConnection00HandlerClient; 113 class WebPeerConnection00HandlerClient;
113 class WebMediaPlayer; 114 class WebMediaPlayer;
114 class WebMediaPlayerClient; 115 class WebMediaPlayerClient;
115 class WebMouseEvent; 116 class WebMouseEvent;
116 class WebPeerConnectionHandler; 117 class WebPeerConnectionHandler;
(...skipping 1472 matching lines...) Expand 10 before | Expand all | Expand 10 after
1589 // use the Observer interface to filter IPC messages and receive frame change 1590 // use the Observer interface to filter IPC messages and receive frame change
1590 // notifications. 1591 // notifications.
1591 // --------------------------------------------------------------------------- 1592 // ---------------------------------------------------------------------------
1592 1593
1593 DISALLOW_COPY_AND_ASSIGN(RenderViewImpl); 1594 DISALLOW_COPY_AND_ASSIGN(RenderViewImpl);
1594 }; 1595 };
1595 1596
1596 } // namespace content 1597 } // namespace content
1597 1598
1598 #endif // CONTENT_RENDERER_RENDER_VIEW_IMPL_H_ 1599 #endif // CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
OLDNEW
« chrome/renderer/autofill/autofill_agent.cc ('K') | « chrome/renderer/autofill/autofill_agent.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698