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

Side by Side Diff: chrome_frame/external_tab.cc

Issue 5977010: Move CancellationFlag and WaitableEvent to the synchronization subdirectory.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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
« no previous file with comments | « chrome_frame/custom_sync_call_context.h ('k') | chrome_frame/external_tab_test.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_frame/external_tab.h" 5 #include "chrome_frame/external_tab.h"
6 #include "base/lazy_instance.h" 6 #include "base/lazy_instance.h"
7 #include "base/tracked.h" 7 #include "base/tracked.h"
8 #include "base/task.h" 8 #include "base/task.h"
9 #include "base/waitable_event.h" 9 #include "base/synchronization/waitable_event.h"
10 #include "chrome/common/automation_messages.h" 10 #include "chrome/common/automation_messages.h"
11 #include "chrome_frame/chrome_frame_delegate.h" 11 #include "chrome_frame/chrome_frame_delegate.h"
12 #include "chrome_frame/utils.h" 12 #include "chrome_frame/utils.h"
13 13
14 DISABLE_RUNNABLE_METHOD_REFCOUNT(ExternalTabProxy); 14 DISABLE_RUNNABLE_METHOD_REFCOUNT(ExternalTabProxy);
15 DISABLE_RUNNABLE_METHOD_REFCOUNT(UIDelegate); 15 DISABLE_RUNNABLE_METHOD_REFCOUNT(UIDelegate);
16 16
17 namespace { 17 namespace {
18 static base::LazyInstance<ChromeProxyFactory> g_proxy_factory( 18 static base::LazyInstance<ChromeProxyFactory> g_proxy_factory(
19 base::LINKER_INITIALIZED); 19 base::LINKER_INITIALIZED);
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 } 370 }
371 371
372 void ExternalTabProxy::OnTabClosed() { 372 void ExternalTabProxy::OnTabClosed() {
373 // TODO(stoyan): 373 // TODO(stoyan):
374 } 374 }
375 375
376 void ExternalTabProxy::OnAttachTab( 376 void ExternalTabProxy::OnAttachTab(
377 const AttachExternalTabParams& attach_params) { 377 const AttachExternalTabParams& attach_params) {
378 // TODO(stoyan): 378 // TODO(stoyan):
379 } 379 }
OLDNEW
« no previous file with comments | « chrome_frame/custom_sync_call_context.h ('k') | chrome_frame/external_tab_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698