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

Unified Diff: ios/chrome/browser/sessions/session_window.h

Issue 2755823002: Moved |openedByDOM| to WebState's CreateParams and public interface. (Closed)
Patch Set: BVC session controller cleanup Created 3 years, 9 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: ios/chrome/browser/sessions/session_window.h
diff --git a/ios/chrome/browser/sessions/session_window.h b/ios/chrome/browser/sessions/session_window.h
index bfeddf131e67027a7ed1691ec541ddf501b25a8c..6bfcda9c093b123b41d1d2cef3b89f0d9dc69eda 100644
--- a/ios/chrome/browser/sessions/session_window.h
+++ b/ios/chrome/browser/sessions/session_window.h
@@ -9,8 +9,6 @@
#include <memory>
-#import "ios/web/web_state/web_state_impl.h"
Eugene But (OOO till 7-30) 2017/03/16 15:31:19 Could you please cleanup ios/chrome/browser/sessio
kkhorimoto 2017/03/17 23:04:49 Done.
-
@class CRWSessionStorage;
// Encapsulates everything required to save a session "window". For iOS, there

Powered by Google App Engine
This is Rietveld 408576698