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

Unified Diff: chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h

Issue 159778: Make LocalStorage persistent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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
Index: chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h
===================================================================
--- chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h (revision 22402)
+++ chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h (working copy)
@@ -16,6 +16,7 @@
namespace WebKit {
class WebStorageArea;
class WebStorageNamespace;
+class WebString;
}
// This class handles the logistics of DOM Storage within the browser process.
@@ -69,7 +70,7 @@
// Get the path to the LocalStorage directory. Calculate it if we haven't
// already. Only call on the WebKit thread.
- string16 GetLocalStoragePath();
+ WebKit::WebString GetLocalStoragePath();
// Data shared between renderer processes with the same profile.
scoped_refptr<WebKitContext> webkit_context_;

Powered by Google App Engine
This is Rietveld 408576698