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

Unified Diff: chrome/browser/chromeos/login/screens/screen_context.h

Issue 581593003: Added 'contextReady' message for HostPairingScreen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment addressed. Created 6 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 | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/screens/screen_context.h
diff --git a/chrome/browser/chromeos/login/screens/screen_context.h b/chrome/browser/chromeos/login/screens/screen_context.h
index 28072517e319d77ffc4d5efd57d250e3e5739ba4..317d1737d6645439a688336db7672a5e1f3cd521 100644
--- a/chrome/browser/chromeos/login/screens/screen_context.h
+++ b/chrome/browser/chromeos/login/screens/screen_context.h
@@ -84,6 +84,9 @@ class ScreenContext : public base::NonThreadSafe {
void ApplyChanges(const base::DictionaryValue& diff,
std::vector<std::string>* keys);
+ // Returns underlying dictionary containing all the stored data.
+ const base::DictionaryValue& storage() const { return storage_; }
+
private:
bool Set(const KeyType& key, base::Value* value);
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698