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

Side by Side Diff: webkit/plugins/npapi/test/plugin_get_javascript_url_test.cc

Issue 5961004: Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin... (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
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 "webkit/plugins/npapi/test/plugin_get_javascript_url_test.h" 5 #include "webkit/glue/plugins/test/plugin_get_javascript_url_test.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 8
9 // url for "self". 9 // url for "self".
10 #define SELF_URL "javascript:window.location+\"\"" 10 #define SELF_URL "javascript:window.location+\"\""
11 // The identifier for the self url stream. 11 // The identifier for the self url stream.
12 #define SELF_URL_STREAM_ID 1 12 #define SELF_URL_STREAM_ID 1
13 13
14 // The identifier for the fetched url stream. 14 // The identifier for the fetched url stream.
15 #define FETCHED_URL_STREAM_ID 2 15 #define FETCHED_URL_STREAM_ID 2
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 SetError("Failed to obtain window location."); 209 SetError("Failed to obtain window location.");
210 SignalTestCompleted(); 210 SignalTestCompleted();
211 break; 211 break;
212 default: 212 default:
213 SetError("Unexpected NewStream callback"); 213 SetError("Unexpected NewStream callback");
214 break; 214 break;
215 } 215 }
216 } 216 }
217 217
218 } // namespace NPAPIClient 218 } // namespace NPAPIClient
OLDNEW
« no previous file with comments | « webkit/plugins/npapi/test/plugin_get_javascript_url_test.h ('k') | webkit/plugins/npapi/test/plugin_geturl_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698