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

Side by Side Diff: third_party/WebKit/Source/core/frame/External.idl

Issue 2177123003: Move SearchProvider implementation into Blink and make it a no-op. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase one more test. Created 4 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
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 // TODO(ryanchung): Add Cast CRL Root here. 5 [NoInterfaceObject]
6 const unsigned char kCastCRLRootCaDer[] = { 6 interface External {
7 0x30, 7 void AddSearchProvider();
8 void IsSearchProviderInstalled();
jam 2016/07/26 17:04:55 this has an integer return value per the spec. ed
jam 2016/07/26 17:09:23 oh actually nvm, i see from your intent email that
dcheng 2016/07/27 00:18:38 Yeah, let me talk to domenic and see if he has any
8 }; 9 };
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/External.h ('k') | third_party/WebKit/Source/core/frame/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698