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

Unified Diff: content/browser/dom_storage/dom_storage_context_impl.cc

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
Index: content/browser/dom_storage/dom_storage_context_impl.cc
diff --git a/content/browser/dom_storage/dom_storage_context_impl.cc b/content/browser/dom_storage/dom_storage_context_impl.cc
index 0a6a56153a31fb03b4002dbd363e7c475edcce96..7e192cb1d923fa858a81c99464b4425da40ce706 100644
--- a/content/browser/dom_storage/dom_storage_context_impl.cc
+++ b/content/browser/dom_storage/dom_storage_context_impl.cc
@@ -47,6 +47,14 @@ void GetUsageInfoHelper(
} // namespace
+namespace content {
+CONTENT_EXPORT void SetWeirdInt(int val) {
+ LOG(ERROR) << "content setting it, addr "
+ << &DomStorageArea::set_me << ", set to " << val;
+ DomStorageArea::set_me = val;
+}
+}
+
DOMStorageContextImpl::DOMStorageContextImpl(
const FilePath& data_path,
quota::SpecialStoragePolicy* special_storage_policy) {
« no previous file with comments | « chrome/browser/sessions/better_session_restore_browsertest.cc ('k') | content/public/browser/dom_storage_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698