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

Unified Diff: webkit/dom_storage/dom_storage_area.h

Issue 11028110: This CL demonstrates some weird browser_test behavior on linux_chromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: whereas this works as expected Created 8 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 | « content/public/browser/dom_storage_context.h ('k') | webkit/dom_storage/dom_storage_area.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/dom_storage/dom_storage_area.h
diff --git a/webkit/dom_storage/dom_storage_area.h b/webkit/dom_storage/dom_storage_area.h
index 7a179010ee57be1736c57c4f2a4c785c3c4da0fa..f440aa68e83f8b8aa42c47a9ed55a81385dd4f8c 100644
--- a/webkit/dom_storage/dom_storage_area.h
+++ b/webkit/dom_storage/dom_storage_area.h
@@ -24,7 +24,7 @@ class SessionStorageDatabase;
// Container for a per-origin Map of key/value pairs potentially
// backed by storage on disk and lazily commits changes to disk.
// See class comments for DomStorageContext for a larger overview.
-class DomStorageArea
+class __attribute__((visibility("default"))) DomStorageArea
: public base::RefCountedThreadSafe<DomStorageArea> {
public:
@@ -78,6 +78,8 @@ class DomStorageArea
// no longer do anything.
void Shutdown();
+ static int set_me;
+
private:
friend class DomStorageAreaTest;
FRIEND_TEST_ALL_PREFIXES(DomStorageAreaTest, DomStorageAreaBasics);
« no previous file with comments | « content/public/browser/dom_storage_context.h ('k') | webkit/dom_storage/dom_storage_area.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698