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

Side by Side Diff: webkit/glue/plugins/url_request_info_unittest.cc

Issue 5998002: Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 | « webkit/glue/plugins/test/resource.h ('k') | webkit/glue/plugins/webplugin.h » ('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 (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 #include "third_party/WebKit/WebKit/chromium/public/WebFrame.h" 5 #include "third_party/WebKit/WebKit/chromium/public/WebFrame.h"
6 #include "third_party/WebKit/WebKit/chromium/public/WebFrameClient.h" 6 #include "third_party/WebKit/WebKit/chromium/public/WebFrameClient.h"
7 #include "third_party/WebKit/WebKit/chromium/public/WebURLRequest.h" 7 #include "third_party/WebKit/WebKit/chromium/public/WebURLRequest.h"
8 #include "third_party/WebKit/WebKit/chromium/public/WebView.h" 8 #include "third_party/WebKit/WebKit/chromium/public/WebView.h"
9 9
10 #include "webkit/plugins/ppapi/ppapi_plugin_instance.h" 10 #include "webkit/plugins/ppapi/ppapi_plugin_instance.h"
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 ASSERT_FALSE(info_->SetStringProperty( 240 ASSERT_FALSE(info_->SetStringProperty(
241 PP_URLREQUESTPROPERTY_HEADERS, "foo: bar\ncookie: foo")); 241 PP_URLREQUESTPROPERTY_HEADERS, "foo: bar\ncookie: foo"));
242 ASSERT_TRUE(IsNullOrEmpty(GetHeaderValue("cookie"))); 242 ASSERT_TRUE(IsNullOrEmpty(GetHeaderValue("cookie")));
243 } 243 }
244 244
245 // TODO(bbudge) Unit tests for AppendDataToBody, AppendFileToBody. 245 // TODO(bbudge) Unit tests for AppendDataToBody, AppendFileToBody.
246 246
247 } // namespace ppapi 247 } // namespace ppapi
248 } // namespace webkit 248 } // namespace webkit
249 249
OLDNEW
« no previous file with comments | « webkit/glue/plugins/test/resource.h ('k') | webkit/glue/plugins/webplugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698