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

Unified Diff: chrome/worker/webworker_stub.h

Issue 3394003: Add Worker support for FileSystem API. (Closed)
Patch Set: '' Created 10 years, 3 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 | « chrome/worker/websharedworker_stub.cc ('k') | chrome/worker/webworker_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/worker/webworker_stub.h
diff --git a/chrome/worker/webworker_stub.h b/chrome/worker/webworker_stub.h
index 473158861fc3b1c6858626a03d817e47c804e46c..584abce4bf552f8cec4ffc15377ffd573abb8546 100644
--- a/chrome/worker/webworker_stub.h
+++ b/chrome/worker/webworker_stub.h
@@ -25,6 +25,8 @@ class WebWorkerStub : public WebWorkerStubBase {
virtual void OnMessageReceived(const IPC::Message& message);
virtual void OnChannelError();
+ virtual const GURL& url() const { return url_; }
+
private:
virtual ~WebWorkerStub();
@@ -34,6 +36,7 @@ class WebWorkerStub : public WebWorkerStubBase {
const std::vector<int>& new_routing_ids);
WebKit::WebWorker* impl_;
+ GURL url_;
DISALLOW_COPY_AND_ASSIGN(WebWorkerStub);
};
« no previous file with comments | « chrome/worker/websharedworker_stub.cc ('k') | chrome/worker/webworker_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698