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

Side by Side Diff: blimp/engine/browser/blimp_client_session.cc

Issue 1403083002: [Blimp] Adds Blimp EngineSession and ClientSession skeleton (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "blimp/engine/browser/blimp_client_session.h"
6
7 namespace blimp {
8 namespace engine {
9
10 BlimpClientSession::BlimpClientSession(const gfx::Size& screen_size,
11 const GURL& url_to_load)
12 : screen_size_(screen_size), url_to_load_(url_to_load) {}
13
14 BlimpClientSession::~BlimpClientSession() {}
15
16 } // namespace engine
17 } // namespace blimp
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698