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

Side by Side Diff: chrome/browser/extensions/api/wm/wm_api.h

Issue 10855228: [NOT FOR REVIEW] extensions-wm: Add experimental extension API for window management. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: prompt-string Created 8 years, 4 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/android/tab_android.h" 5 #ifndef CHROME_BROWSER_EXTENSIONS_API_WM_WM_API_H_
Aaron Boodman 2012/08/21 21:13:43 empty file?
Aaron Boodman 2012/08/21 21:13:43 Google C++ style guide discourages abbreviations.
6 #define CHROME_BROWSER_EXTENSIONS_API_WM_WM_API_H_
6 7
7 TabAndroid::TabAndroid() : tab_id_(-1) {
8 }
9 8
10 TabAndroid::~TabAndroid() { 9 #endif // CHROME_BROWSER_EXTENSIONS_API_WM_WM_API_H_
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698