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

Side by Side Diff: trunk/src/webkit/plugins/webview_plugin.h

Issue 14985007: Revert 198844 "Move sequenced_task_runner to base/task" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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
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 WEBKIT_PLUGINS_WEBVIEW_PLUGIN_H_ 5 #ifndef WEBKIT_PLUGINS_WEBVIEW_PLUGIN_H_
6 #define WEBKIT_PLUGINS_WEBVIEW_PLUGIN_H_ 6 #define WEBKIT_PLUGINS_WEBVIEW_PLUGIN_H_
7 7
8 #include <list> 8 #include <list>
9 9
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
11 #include "base/task/sequenced_task_runner_helpers.h" 11 #include "base/sequenced_task_runner_helpers.h"
12 #include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" 12 #include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
13 #include "third_party/WebKit/Source/Platform/chromium/public/WebURLResponse.h" 13 #include "third_party/WebKit/Source/Platform/chromium/public/WebURLResponse.h"
14 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCursorInfo.h" 14 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCursorInfo.h"
15 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrameClient.h" 15 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrameClient.h"
16 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPlugin.h" 16 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPlugin.h"
17 #include "third_party/WebKit/Source/WebKit/chromium/public/WebViewClient.h" 17 #include "third_party/WebKit/Source/WebKit/chromium/public/WebViewClient.h"
18 #include "webkit/plugins/webkit_plugins_export.h" 18 #include "webkit/plugins/webkit_plugins_export.h"
19 19
20 struct WebPreferences; 20 struct WebPreferences;
21 21
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 WebKit::WebURLResponse response_; 153 WebKit::WebURLResponse response_;
154 std::list<std::string> data_; 154 std::list<std::string> data_;
155 bool finished_loading_; 155 bool finished_loading_;
156 scoped_ptr<WebKit::WebURLError> error_; 156 scoped_ptr<WebKit::WebURLError> error_;
157 WebKit::WebString old_title_; 157 WebKit::WebString old_title_;
158 }; 158 };
159 159
160 } // namespace webkit 160 } // namespace webkit
161 161
162 #endif // WEBKIT_PLUGINS_WEBVIEW_PLUGIN_H_ 162 #endif // WEBKIT_PLUGINS_WEBVIEW_PLUGIN_H_
OLDNEW
« no previous file with comments | « trunk/src/webkit/plugins/ppapi/ppapi_webplugin_impl.h ('k') | trunk/src/webkit/quota/quota_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698