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

Unified Diff: chrome/browser/profiles/profile.h

Issue 20924002: Try to restore window.opener when opening blocked popups (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 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/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 1e5270ba5371b6bc5eedf1dbfedb14b64280ab27..6f09000152ce09a148e60e35d4496cc207481012 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -381,6 +381,10 @@ class Profile : public content::BrowserContext {
// Creates an OffTheRecordProfile which points to this Profile.
Profile* CreateOffTheRecordProfile();
+ // Returns a string representation of the storage partition config for the
+ // given site.
+ std::string GetStoragePartitionIdForSite(const GURL& site);
Charlie Reis 2013/07/31 17:16:16 I think Albert will need to review the storage par
jochen (gone - plz use gerrit) 2013/07/31 18:30:52 Note that this particular change is just moving th
+
private:
bool restored_last_session_;

Powered by Google App Engine
This is Rietveld 408576698