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

Unified Diff: chrome/browser/greasemonkey_master.h

Issue 8908: Make it so that you can refresh and see changes in Greasemonkey... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/greasemonkey_master.cc » ('j') | chrome/browser/render_process_host.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/greasemonkey_master.h
===================================================================
--- chrome/browser/greasemonkey_master.h (revision 4208)
+++ chrome/browser/greasemonkey_master.h (working copy)
@@ -23,10 +23,6 @@
GreasemonkeyMaster(MessageLoop* worker, const FilePath& script_dir);
~GreasemonkeyMaster();
- // Creates a handle to the shared memory that can be used in the specified
- // process.
- bool ShareToProcess(ProcessHandle process, SharedMemoryHandle* new_handle);
-
// Gets the segment of shared memory for the scripts.
SharedMemory* GetSharedMemory() const {
return shared_memory_.get();
« no previous file with comments | « no previous file | chrome/browser/greasemonkey_master.cc » ('j') | chrome/browser/render_process_host.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698