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

Side by Side Diff: chrome/common/chrome_plugin_util.h

Issue 6657003: Update a bunch of files to the new location of notification files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 9 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
« no previous file with comments | « chrome/common/chrome_plugin_lib.cc ('k') | chrome/common/chrome_plugin_util.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 (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 CHROME_COMMON_CHROME_PLUGIN_UTIL_H_ 5 #ifndef CHROME_COMMON_CHROME_PLUGIN_UTIL_H_
6 #define CHROME_COMMON_CHROME_PLUGIN_UTIL_H_ 6 #define CHROME_COMMON_CHROME_PLUGIN_UTIL_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/ref_counted.h" 12 #include "base/ref_counted.h"
13 #include "base/threading/non_thread_safe.h" 13 #include "base/threading/non_thread_safe.h"
14 #include "chrome/common/chrome_plugin_api.h" 14 #include "chrome/common/chrome_plugin_api.h"
15 #include "chrome/common/notification_observer.h" 15 #include "content/common/notification_observer.h"
16 #include "chrome/common/notification_registrar.h" 16 #include "content/common/notification_registrar.h"
17 17
18 class ChromePluginLib; 18 class ChromePluginLib;
19 class MessageLoop; 19 class MessageLoop;
20 namespace net { 20 namespace net {
21 class HttpResponseHeaders; 21 class HttpResponseHeaders;
22 } 22 }
23 23
24 // A helper struct to ensure the CPRequest data is cleaned up when done. 24 // A helper struct to ensure the CPRequest data is cleaned up when done.
25 // This class is reused for requests made by the browser (and intercepted by the 25 // This class is reused for requests made by the browser (and intercepted by the
26 // plugin) as well as those made by the plugin. 26 // plugin) as well as those made by the plugin.
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 return cstr; 81 return cstr;
82 } 82 }
83 83
84 CPError CPB_GetCommandLineArgumentsCommon(const char* url, 84 CPError CPB_GetCommandLineArgumentsCommon(const char* url,
85 std::string* arguments); 85 std::string* arguments);
86 86
87 void* STDCALL CPB_Alloc(uint32 size); 87 void* STDCALL CPB_Alloc(uint32 size);
88 void STDCALL CPB_Free(void* memory); 88 void STDCALL CPB_Free(void* memory);
89 89
90 #endif // CHROME_COMMON_CHROME_PLUGIN_UTIL_H_ 90 #endif // CHROME_COMMON_CHROME_PLUGIN_UTIL_H_
OLDNEW
« no previous file with comments | « chrome/common/chrome_plugin_lib.cc ('k') | chrome/common/chrome_plugin_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698