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

Side by Side Diff: content/browser/tab_contents/tab_contents_delegate.h

Issue 6672070: Move the remaining files in chrome\common to content\common. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #ifndef CONTENT_BROWSER_TAB_CONTENTS_TAB_CONTENTS_DELEGATE_H_ 5 #ifndef CONTENT_BROWSER_TAB_CONTENTS_TAB_CONTENTS_DELEGATE_H_
6 #define CONTENT_BROWSER_TAB_CONTENTS_TAB_CONTENTS_DELEGATE_H_ 6 #define CONTENT_BROWSER_TAB_CONTENTS_TAB_CONTENTS_DELEGATE_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/basictypes.h" 12 #include "base/basictypes.h"
13 #include "chrome/browser/automation/automation_resource_routing_delegate.h" 13 #include "chrome/browser/automation/automation_resource_routing_delegate.h"
14 #include "chrome/common/content_settings_types.h" 14 #include "chrome/common/content_settings_types.h"
15 #include "chrome/common/instant_types.h" 15 #include "chrome/common/instant_types.h"
16 #include "chrome/common/navigation_types.h"
17 #include "chrome/common/page_transition_types.h"
18 #include "content/browser/tab_contents/navigation_entry.h" 16 #include "content/browser/tab_contents/navigation_entry.h"
17 #include "content/common/navigation_types.h"
18 #include "content/common/page_transition_types.h"
19 #include "ui/gfx/native_widget_types.h" 19 #include "ui/gfx/native_widget_types.h"
20 #include "webkit/glue/window_open_disposition.h" 20 #include "webkit/glue/window_open_disposition.h"
21 21
22 namespace gfx { 22 namespace gfx {
23 class Point; 23 class Point;
24 class Rect; 24 class Rect;
25 class Size; 25 class Size;
26 } 26 }
27 27
28 namespace history { 28 namespace history {
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 virtual bool ShouldShowHungRendererDialog(); 329 virtual bool ShouldShowHungRendererDialog();
330 330
331 // Notification that a worker associated with this tab has crashed. 331 // Notification that a worker associated with this tab has crashed.
332 virtual void WorkerCrashed(); 332 virtual void WorkerCrashed();
333 333
334 protected: 334 protected:
335 virtual ~TabContentsDelegate(); 335 virtual ~TabContentsDelegate();
336 }; 336 };
337 337
338 #endif // CONTENT_BROWSER_TAB_CONTENTS_TAB_CONTENTS_DELEGATE_H_ 338 #endif // CONTENT_BROWSER_TAB_CONTENTS_TAB_CONTENTS_DELEGATE_H_
OLDNEW
« no previous file with comments | « content/browser/tab_contents/tab_contents.cc ('k') | content/browser/tab_contents/test_tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698